[oe] [PATCH 02/13] meta-perl: Add LAYERVERSION and LAYERDEPENDS

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Nov 26 05:42:02 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

According to README, it depends on oe-core layer

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-perl/conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
index 09ed0e5..0485ac8 100644
--- a/meta-perl/conf/layer.conf
+++ b/meta-perl/conf/layer.conf
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 BBFILE_COLLECTIONS += "perl-layer"
 BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_perl-layer = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_perl-layer = "1"
+
+LAYERDEPENDS_perl-layer = "core"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list