diff options
author | jmbills <jason.m.bills@intel.com> | 2021-10-04 22:42:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:42:48 +0300 |
commit | 0c9e31989c615598b5d042ffab385606660c93c0 (patch) | |
tree | 8019999b0ca042482e5193d6cabc06220c71d776 /meta-openembedded/meta-perl/recipes-perl/libdb | |
parent | 04cd92067d2481643df5010cb39b2134b648cf4d (diff) | |
parent | ffe6d597d9e3d4407cf8062b5d6505a80ce08f41 (diff) | |
download | openbmc-1-0.75.tar.xz |
Update
Diffstat (limited to 'meta-openembedded/meta-perl/recipes-perl/libdb')
-rw-r--r-- | meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb (renamed from meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.66.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.66.bb b/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb index aef1d348c..c328696b0 100644 --- a/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.66.bb +++ b/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb @@ -14,8 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \ file://sqlite-perl-test.pl \ " -SRC_URI[md5sum] = "38581209de5c981f0e79840c8937fa16" -SRC_URI[sha256sum] = "89e75dff9f66c273e0e459d51f151f88960eb7d82e2821e6902f18688ba592fe" +SRC_URI[sha256sum] = "0e84e831a50d547d2e634b66650455f1791f223495c9138db82d42360c691e61" UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" @@ -25,14 +24,14 @@ DEPENDS += "libdbi-perl-native" inherit cpan ptest-perl -RDEPENDS_${PN} += "libdbi-perl \ +RDEPENDS:${PN} += "libdbi-perl \ sqlite3 \ perl-module-constant \ perl-module-locale \ perl-module-tie-hash \ " -do_install_append() { +do_install:append() { if [ ${PERL_DBM_TEST} = "1" ]; then install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl fi @@ -43,7 +42,7 @@ do_install_ptest() { chown -R root:root ${D}${PTEST_PATH} } -RDEPENDS_${PN}-ptest += " \ +RDEPENDS:${PN}-ptest += " \ libtest-nowarnings-perl \ perl-module-lib \ perl-module-encode \ |