mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
211de0d9c8
commit
c9718d2d28
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user