mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user