diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-10 12:35:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-23 17:45:36 +0100 |
commit | 7b5813f4166378a708b264c2e478c4cd064cdfe1 (patch) | |
tree | ed6775ad2f192265caad61ccbd43d6b0bc3e2dca /meta | |
parent | a39394cda163ee7c2653908b3b188e7fb57922af (diff) | |
download | poky-7b5813f4166378a708b264c2e478c4cd064cdfe1.tar.gz |
db: fix upstream version check
(From OE-Core rev: 0bdb2260359b5e72c697ed4484e0d7f1230ab050)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 26065bbb0b..7b158e9e2c 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -23,6 +23,10 @@ SRC_URI += "file://arm-thumb-mutex_db5.patch \ | |||
23 | file://fix-parallel-build.patch \ | 23 | file://fix-parallel-build.patch \ |
24 | file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ | 24 | file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ |
25 | " | 25 | " |
26 | # We are not interested in official latest 6.x versions; | ||
27 | # let's track what debian is using. | ||
28 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/db5.3/" | ||
29 | UPSTREAM_CHECK_REGEX = "db5\.3_(?P<pver>.+)\.orig" | ||
26 | 30 | ||
27 | SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24" | 31 | SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24" |
28 | SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" | 32 | SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" |