From c61dc077bbd81260e4f167fa2251643ba0ba6974 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 17:04:53 +0200 Subject: Convert to new override syntax This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa --- meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb') diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index f57e1224d4..e6034904f5 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb @@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit cpan -RDEPENDS_${PN} += " perl-module-carp \ +RDEPENDS:${PN} += " perl-module-carp \ perl-module-cwd \ perl-module-dynaloader \ perl-module-extutils-cbuilder \ @@ -33,7 +33,7 @@ RDEPENDS_${PN} += " perl-module-carp \ perl-module-test-more \ " -RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ +RPROVIDES:${PN} += " libextutils-parsexs-constants-perl \ libextutils-parsexs-countlines-perl \ libextutils-parsexs-eval-perl \ libextutils-parsexs-utilities-perl \ -- cgit v1.2.3-54-g00ecf