aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-01-21 14:44:01 -0800
committerArmin Kuster <akuster808@gmail.com>2018-01-26 17:28:12 -0800
commitc9718d2d287109cfa78fb2ba2b4c8d6132e13bf9 (patch)
tree429a615156dea9965572ff78046dd3696ba38328 /meta-perl/recipes-perl
parent211de0d9c8221eb8cdb3cde126add688ebc6ed45 (diff)
downloadmeta-openembedded-c9718d2d287109cfa78fb2ba2b4c8d6132e13bf9.tar.gz
libdbd-sqlite-perl: add UPSTREAM_CHECK_REGEX
The default does not work for this recipe. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb
index 0b27b5cb1c..c72e536deb 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb
@@ -25,6 +25,8 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}
SRC_URI[md5sum] = "8f835ddacb9a4a92a52bbe2d24d18a8e"
SRC_URI[sha256sum] = "3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269"
+UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
+
S = "${WORKDIR}/DBD-SQLite-${PV}"
inherit cpan