diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-perl/recipes-perl/libxml | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libxml')
3 files changed, 6 insertions, 6 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb index 77dd616bfc..62477458a0 100644 --- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | |||
| @@ -10,7 +10,7 @@ SECTION = "libs" | |||
| 10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
| 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" |
| 12 | DEPENDS += "libxml-sax-perl-native" | 12 | DEPENDS += "libxml-sax-perl-native" |
| 13 | RDEPENDS_${PN} += "libxml-sax-perl" | 13 | RDEPENDS:${PN} += "libxml-sax-perl" |
| 14 | 14 | ||
| 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" |
| 16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" | 16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" |
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index 6fabf26840..58d0e4cb2b 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS += "libxml2 \ | |||
| 13 | libxml-sax-perl-native \ | 13 | libxml-sax-perl-native \ |
| 14 | zlib \ | 14 | zlib \ |
| 15 | " | 15 | " |
| 16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 17 | libxml2 \ | 17 | libxml2 \ |
| 18 | libxml-sax-perl \ | 18 | libxml-sax-perl \ |
| 19 | libxml-sax-base-perl \ | 19 | libxml-sax-base-perl \ |
| @@ -44,9 +44,9 @@ BBCLASSEXTEND = "native" | |||
| 44 | CFLAGS += " -D_GNU_SOURCE " | 44 | CFLAGS += " -D_GNU_SOURCE " |
| 45 | BUILD_CFLAGS += " -D_GNU_SOURCE " | 45 | BUILD_CFLAGS += " -D_GNU_SOURCE " |
| 46 | 46 | ||
| 47 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" | 47 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" |
| 48 | 48 | ||
| 49 | RDEPENDS_${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
| 50 | liburi-perl \ | 50 | liburi-perl \ |
| 51 | perl-module-encode-byte \ | 51 | perl-module-encode-byte \ |
| 52 | perl-module-encode-unicode \ | 52 | perl-module-encode-unicode \ |
| @@ -55,7 +55,7 @@ RDEPENDS_${PN}-ptest += " \ | |||
| 55 | perl-module-test-more \ | 55 | perl-module-test-more \ |
| 56 | " | 56 | " |
| 57 | 57 | ||
| 58 | do_install_prepend() { | 58 | do_install:prepend() { |
| 59 | # test requires "-T" (taint) command line option | 59 | # test requires "-T" (taint) command line option |
| 60 | rm -rf ${B}/t/pod.t | 60 | rm -rf ${B}/t/pod.t |
| 61 | # this only applies to author build | 61 | # this only applies to author build |
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb index d1b0de093c..ab684eaaaa 100644 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | |||
| @@ -10,7 +10,7 @@ SECTION = "libs" | |||
| 10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
| 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" |
| 12 | DEPENDS += "libxml-filter-buffertext-perl-native" | 12 | DEPENDS += "libxml-filter-buffertext-perl-native" |
| 13 | RDEPENDS_${PN} += "libxml-filter-buffertext-perl" | 13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" |
| 14 | 14 | ||
| 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" |
| 16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" | 16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" |
