[oe-commits] Jackie Huang : meta-perl: Add LAYERVERSION and LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Jan 28 08:02:17 UTC 2015


Module: meta-openembedded.git
Branch: dizzy
Commit: 9e3eab116ac01b451a5ce681d6643b155e552520
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9e3eab116ac01b451a5ce681d6643b155e552520

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Nov 26 00:42:02 2014 -0500

meta-perl: Add LAYERVERSION and LAYERDEPENDS

According to README, it depends on oe-core layer

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.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"



More information about the Openembedded-commits mailing list