From 730a1720607d8a00fdac6547d1e4104d252b0223 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 24 Nov 2020 04:24:14 -0800 Subject: [PATCH] meta-ros-common: add dependency on ros-backports-gatesgarth-layer * we'll use different branch for dunfell, gatesgarth and master now (until now there were separate branches, but with identical content) so we can add this and remove it in gatesgart branch together with whole meta-ros-backports-gatesgarth layer * fixes: https://github.com/ros/meta-ros/issues/763 Signed-off-by: Martin Jansa --- meta-ros-common/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ros-common/conf/layer.conf b/meta-ros-common/conf/layer.conf index 0c1558366f7..525e45a2a85 100644 --- a/meta-ros-common/conf/layer.conf +++ b/meta-ros-common/conf/layer.conf @@ -20,6 +20,7 @@ LAYERDEPENDS_ros-common-layer = " \ core \ meta-python \ openembedded-layer \ + ros-backports-gatesgarth-layer \ " LAYERSERIES_COMPAT_ros-common-layer = "${ROS_OE_RELEASE_SERIES}"