[oe] [meta-qt5][PATCH] layer.conf: define LAYERDEPENDS

Khem Raj raj.khem at gmail.com
Thu Aug 27 00:02:49 UTC 2015


qtwebkit needs ruby-native which comes from meta-ruby
this patch adds initial set of layer dependencies there may be more
that can be added but its a start

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/layer.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 92558b3..20d26ad 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,7 +5,7 @@
 # Therefore if you want a given layer to be considered high priority
 # for the .inc and .conf etc. then consider it adding at the beginning
 # of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
-# the recipe contention so the order of directories in BBFILES does 
+# the recipe contention so the order of directories in BBFILES does
 # not matter.
 
 # We have a conf and classes directory, append to BBPATH
@@ -23,6 +23,8 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/"
 
 BBFILE_PRIORITY_qt5-layer = "7"
 
+LAYERDEPENDS_qt5-layer = "core ruby-layer"
+
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
 IMAGE_FEATURES[validitems] += "qtcreator-debug"
-- 
2.5.0




More information about the Openembedded-devel mailing list