diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:02 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-28 13:41:26 +0100 |
commit | 8d2b47a06450bd0829d046ee1a7e2d4972e30bd2 (patch) | |
tree | 47cbe1b13957b19def8aaa92a374b57c5a526bae /meta-perl | |
parent | 5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff (diff) | |
download | meta-openembedded-8d2b47a06450bd0829d046ee1a7e2d4972e30bd2.tar.gz |
meta-perl: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core layer
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 09ed0e572..0485ac8df 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf | |||
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "perl-layer" | 8 | BBFILE_COLLECTIONS += "perl-layer" |
9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_perl-layer = "6" | 10 | BBFILE_PRIORITY_perl-layer = "6" |
11 | |||
12 | # This should only be incremented on significant changes that will | ||
13 | # cause compatibility issues with other layers | ||
14 | LAYERVERSION_perl-layer = "1" | ||
15 | |||
16 | LAYERDEPENDS_perl-layer = "core" | ||