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 --- .../recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb') diff --git a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb index 304b375777..4c01a4ca18 100644 --- a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb +++ b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb @@ -26,7 +26,7 @@ do_install_ptest() { chown -R root:root ${D}${PTEST_PATH} } -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ libmime-charset-perl \ libsombok3 \ perl-module-carp \ @@ -40,14 +40,14 @@ RDEPENDS_${PN} += " \ perl-module-xsloader \ " -RDEPENDS_${PN}-ptest += " \ +RDEPENDS:${PN}-ptest += " \ perl-module-findbin \ perl-module-lib \ perl-module-strict \ perl-module-test-more \ " -RPROVIDES_${PN} += " \ +RPROVIDES:${PN} += " \ libtext-linefold-perl \ libunicode-gcstring-perl \ " -- cgit v1.2.3-54-g00ecf