diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 15:09:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | 1fadb5d387f83d085bfe9b6a458e61772f4e71c3 (patch) | |
tree | af2a7d13511b45d4dce405c41bc3e2464408749d /meta/recipes-support/db | |
parent | 60183755534b02615a5ef0188cdc3b7c4e2983da (diff) | |
download | poky-1fadb5d387f83d085bfe9b6a458e61772f4e71c3.tar.gz |
db: fix upstream version check
The new regex excludes the 5.3.28+dfsg1 which is a Debian
repackaging of the original tarball:
* Repack the .orig tarball to eliminate prebuilt binaries that need a
Visual Studio plugin to build from source. (Closes: #898215)
https://metadata.ftp-master.debian.org/changelogs/main/d/db5.3/unstable_changelog
(From OE-Core rev: 0bba7bbdb9600095f367bbe2f6926e216a7b56ce)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 46536efe86..8975647daf 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -30,7 +30,7 @@ SRC_URI += "file://fix-parallel-build.patch \ | |||
30 | # We are not interested in official latest 6.x versions; | 30 | # We are not interested in official latest 6.x versions; |
31 | # let's track what debian is using. | 31 | # let's track what debian is using. |
32 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/db5.3/" | 32 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/db5.3/" |
33 | UPSTREAM_CHECK_REGEX = "db5\.3_(?P<pver>.+)\.orig" | 33 | UPSTREAM_CHECK_REGEX = "db5\.3_(?P<pver>\d+(\.\d+)+).+\.orig" |
34 | 34 | ||
35 | SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24" | 35 | SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24" |
36 | SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" | 36 | SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" |