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/libcgi/libcgi-perl_4.53.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-perl/recipes-perl/libcgi') diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb index 2f1a860315..04bc362dfb 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb @@ -16,14 +16,14 @@ S = "${WORKDIR}/CGI-${PV}" inherit cpan ptest-perl -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ libhtml-parser-perl \ perl-module-base \ perl-module-deprecate \ perl-module-if \ " -do_install_prepend() { +do_install:prepend() { # requires "-T" (taint) command line option rm -rf ${B}/t/push.t rm -rf ${B}/t/utf8.t @@ -31,7 +31,7 @@ do_install_prepend() { rm -rf ${B}/t/compiles_pod.t } -RDEPENDS_${PN}-ptest += " \ +RDEPENDS:${PN}-ptest += " \ libtest-deep-perl \ libtest-warn-perl \ perl-module-bytes \ @@ -45,6 +45,6 @@ RDEPENDS_${PN}-ptest += " \ perl-module-utf8 \ " -RPROVIDES_${PN} += "perl-module-cgi" +RPROVIDES:${PN} += "perl-module-cgi" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf