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/libdb/libdbd-sqlite-perl_1.68.bb | |
| 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/libdb/libdbd-sqlite-perl_1.68.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb index b52a366861..c328696b02 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb | |||
| @@ -24,14 +24,14 @@ DEPENDS += "libdbi-perl-native" | |||
| 24 | 24 | ||
| 25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} += "libdbi-perl \ | 27 | RDEPENDS:${PN} += "libdbi-perl \ |
| 28 | sqlite3 \ | 28 | sqlite3 \ |
| 29 | perl-module-constant \ | 29 | perl-module-constant \ |
| 30 | perl-module-locale \ | 30 | perl-module-locale \ |
| 31 | perl-module-tie-hash \ | 31 | perl-module-tie-hash \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | do_install_append() { | 34 | do_install:append() { |
| 35 | if [ ${PERL_DBM_TEST} = "1" ]; then | 35 | if [ ${PERL_DBM_TEST} = "1" ]; then |
| 36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl | 36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl |
| 37 | fi | 37 | fi |
| @@ -42,7 +42,7 @@ do_install_ptest() { | |||
| 42 | chown -R root:root ${D}${PTEST_PATH} | 42 | chown -R root:root ${D}${PTEST_PATH} |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | RDEPENDS_${PN}-ptest += " \ | 45 | RDEPENDS:${PN}-ptest += " \ |
| 46 | libtest-nowarnings-perl \ | 46 | libtest-nowarnings-perl \ |
| 47 | perl-module-lib \ | 47 | perl-module-lib \ |
| 48 | perl-module-encode \ | 48 | perl-module-encode \ |
