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

git at git.openembedded.org git at git.openembedded.org
Fri Nov 28 12:42:14 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 8d2b47a06450bd0829d046ee1a7e2d4972e30bd2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8d2b47a06450bd0829d046ee1a7e2d4972e30bd2

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>

---

 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