mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
5f74262cab
commit
8d2b47a064
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user