From: Jackie Huang <[email protected]> According to README, it depends on oe-core layer
Signed-off-by: Jackie Huang <[email protected]> --- 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" -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
