summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-16 16:34:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:52 +0000
commit74bfa62f85433991f007ae1e029e76db05b3a380 (patch)
treea5b2fa6065b7dc556ec44eecfb872a61cf12305a /meta
parent75c69294931da1db798b0e2c5103dd0b30ee60d0 (diff)
downloadpoky-74bfa62f85433991f007ae1e029e76db05b3a380.tar.gz
package_regex.inc: split entries which blacklist specific versions to their recipes
(From OE-Core rev: 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624) 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/conf/distro/include/package_regex.inc35
-rw-r--r--meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb3
-rw-r--r--meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb3
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9.inc2
-rw-r--r--meta/recipes-devtools/python/python.inc4
-rw-r--r--meta/recipes-devtools/python/python3-native_3.5.0.bb3
-rw-r--r--meta/recipes-devtools/python/python3_3.5.0.bb3
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb4
-rw-r--r--meta/recipes-extended/zip/zip_3.0.bb3
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.0.4.bb3
-rw-r--r--meta/recipes-qt/qt4/nativesdk-qt4-tools.inc3
-rw-r--r--meta/recipes-qt/qt4/qt4-4.8.7.inc3
-rw-r--r--meta/recipes-qt/qt4/qt4-native.inc4
-rw-r--r--meta/recipes-support/db/db_6.0.30.bb4
14 files changed, 42 insertions, 35 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc
index 25c59695cb..c392d6bdcb 100644
--- a/meta/conf/distro/include/package_regex.inc
+++ b/meta/conf/distro/include/package_regex.inc
@@ -46,25 +46,9 @@ REGEX_pn-cmake = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
46REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" 46REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar"
47REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" 47REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
48 48
49# Exclude NC versions which lack AES encryption
50REGEX_pn-db = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
51
52REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" 49REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/"
53REGEX_pn-autogen = "rel(?P<pver>\d+(\.\d+)+)/" 50REGEX_pn-autogen = "rel(?P<pver>\d+(\.\d+)+)/"
54 51
55# python recipe is actually python 2.x
56# also, exclude pre-releases for both python 2.x and 3.x
57REGEX_pn-python = "[Pp]ython-(?P<pver>2(\.\d+)+).tar"
58REGEX_pn-python3 = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
59
60# exclude betas
61REGEX_pn-tiff = "tiff-(?P<pver>\d+(\.\d+)+).tar"
62
63# exclude version 5.5.2 which triggers a false positive
64REGEX_pn-unzip = "unzip(?P<pver>(?!552).+)\.tgz"
65# similar for zip
66REGEX_pn-zip = "^zip(?P<pver>(?!232).+)\.tgz"
67
68# Isn't possible to download with the default URI web server returns 52# Isn't possible to download with the default URI web server returns
69# (403, 404, 550) 53# (403, 404, 550)
70REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases" 54REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases"
@@ -104,22 +88,3 @@ REGEX_URI_pn-libnfsidmap = "http://www.citi.umich.edu/projects/nfsv4/linux/libnf
104REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" 88REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/"
105REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" 89REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
106REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes" 90REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes"
107
108REGEX_URI_pn-docbook-sgml-dtd-3.1 = "http://www.docbook.org/sgml/"
109REGEX_pn-docbook-sgml-dtd-3.1 = "(?P<pver>3\..+)/"
110REGEX_URI_pn-docbook-sgml-dtd-4.1 = "http://www.docbook.org/sgml/"
111REGEX_pn-docbook-sgml-dtd-4.1 = "(?P<pver>4\.1(\.\d+)*)/"
112
113# Qt recipes should be kept at 4.x
114REGEX_URI_pn-qt4-embedded = "http://download.qt.io/official_releases/qt/4.8/"
115REGEX_pn-qt4-embedded = "(?P<pver>\d+(\.\d+)+)/"
116REGEX_URI_pn-qt4-x11-free = "http://download.qt.io/official_releases/qt/4.8/"
117REGEX_pn-qt4-x11-free = "(?P<pver>\d+(\.\d+)+)/"
118REGEX_URI_pn-nativesdk-qt4-tools = "http://download.qt.io/official_releases/qt/4.8/"
119REGEX_pn-nativesdk-qt4-tools = "(?P<pver>\d+(\.\d+)+)/"
120REGEX_URI_pn-qt4-native = "http://download.qt.io/official_releases/qt/4.8/"
121REGEX_pn-qt4-native = "(?P<pver>\d+(\.\d+)+)/"
122
123# Keep old gcc versions at their major versions
124REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar"
125REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar"
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
index a7df4f9761..a3ee5d83a6 100644
--- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
+++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
@@ -16,6 +16,9 @@ SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip \
16SRC_URI[md5sum] = "432749c0c806dbae81c8bcb70da3b5d3" 16SRC_URI[md5sum] = "432749c0c806dbae81c8bcb70da3b5d3"
17SRC_URI[sha256sum] = "20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538" 17SRC_URI[sha256sum] = "20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538"
18 18
19UPSTREAM_CHECK_URI = "http://www.docbook.org/sgml/"
20UPSTREAM_CHECK_REGEX = "(?P<pver>3\..+)/"
21
19do_compile() { 22do_compile() {
20 # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd-3.html 23 # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd-3.html
21 # for details. 24 # for details.
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
index 88c9396360..be59680770 100644
--- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
+++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
@@ -16,6 +16,9 @@ SRC_URI = "http://docbook.org/sgml/4.1/docbk41.zip \
16SRC_URI[md5sum] = "489f6ff2a2173eb1e14216c10533ede2" 16SRC_URI[md5sum] = "489f6ff2a2173eb1e14216c10533ede2"
17SRC_URI[sha256sum] = "deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311" 17SRC_URI[sha256sum] = "deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311"
18 18
19UPSTREAM_CHECK_URI = "http://www.docbook.org/sgml/"
20UPSTREAM_CHECK_REGEX = "(?P<pver>4\.1(\.\d+)*)/"
21
19do_compile() { 22do_compile() {
20 # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html 23 # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html
21 # for details. 24 # for details.
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
index 6ac368558b..bcbc27ebbf 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -86,6 +86,8 @@ SRC_URI = "\
86SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" 86SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327"
87SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" 87SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e"
88 88
89UPSTREAM_CHECK_REGEX = "gcc-(?P<pver>4\.9\.\d+).tar"
90
89S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" 91S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
90B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" 92B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
91 93
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index 4d428f3d07..878f5826be 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -12,6 +12,10 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz"
12SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7" 12SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7"
13SRC_URI[sha256sum] = "90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916" 13SRC_URI[sha256sum] = "90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916"
14 14
15# python recipe is actually python 2.x
16# also, exclude pre-releases for both python 2.x and 3.x
17UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar"
18
15PYTHON_MAJMIN = "2.7" 19PYTHON_MAJMIN = "2.7"
16 20
17inherit autotools 21inherit autotools
diff --git a/meta/recipes-devtools/python/python3-native_3.5.0.bb b/meta/recipes-devtools/python/python3-native_3.5.0.bb
index 198f93d1bf..0dd165019f 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.0.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.0.bb
@@ -31,6 +31,9 @@ SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2
31 31
32LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" 32LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
33 33
34# exclude pre-releases for both python 2.x and 3.x
35UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
36
34S = "${WORKDIR}/Python-${PV}" 37S = "${WORKDIR}/Python-${PV}"
35 38
36EXTRANATIVEPATH += "bzip2-native" 39EXTRANATIVEPATH += "bzip2-native"
diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.0.bb
index 2475dba1fc..7f6fbdb27c 100644
--- a/meta/recipes-devtools/python/python3_3.5.0.bb
+++ b/meta/recipes-devtools/python/python3_3.5.0.bb
@@ -41,6 +41,9 @@ SRC_URI += "\
41SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171" 41SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171"
42SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91" 42SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91"
43 43
44# exclude pre-releases for both python 2.x and 3.x
45UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
46
44LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" 47LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
45 48
46S = "${WORKDIR}/Python-${PV}" 49S = "${WORKDIR}/Python-${PV}"
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index b386323780..7705794623 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -20,6 +20,10 @@ SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \
20 20
21SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" 21SRC_URI[md5sum] = "62b490407489521db863b523a7f86375"
22SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" 22SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
23
24# exclude version 5.5.2 which triggers a false positive
25UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
26
23S = "${WORKDIR}/unzip60" 27S = "${WORKDIR}/unzip60"
24 28
25# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from 29# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index 1e961101bc..383da4b89e 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -8,6 +8,9 @@ S = "${WORKDIR}/zip30"
8SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" 8SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37"
9SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" 9SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
10 10
11# exclude version 2.3.2 which triggers a false positive
12UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
13
11# zip.inc sets CFLAGS, but what Makefile actually uses is 14# zip.inc sets CFLAGS, but what Makefile actually uses is
12# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 15# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
13# whatever we set. 16# whatever we set.
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
index cf3a5f04c5..74f0a7228c 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
@@ -10,6 +10,9 @@ SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
10SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900" 10SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900"
11SRC_URI[sha256sum] = "8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890" 11SRC_URI[sha256sum] = "8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890"
12 12
13# exclude betas
14UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
15
13inherit autotools 16inherit autotools
14 17
15CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" 18CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no"
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
index 077008bb8b..54bf2a12a5 100644
--- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
+++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
@@ -18,6 +18,9 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever
18 file://g++.conf \ 18 file://g++.conf \
19 file://linux.conf" 19 file://linux.conf"
20 20
21UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/"
22UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
23
21S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" 24S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
22 25
23LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ 26LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7.inc b/meta/recipes-qt/qt4/qt4-4.8.7.inc
index d71c68d411..3cf7c380ab 100644
--- a/meta/recipes-qt/qt4/qt4-4.8.7.inc
+++ b/meta/recipes-qt/qt4/qt4-4.8.7.inc
@@ -35,6 +35,9 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever
35SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" 35SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad"
36SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" 36SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0"
37 37
38UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/"
39UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
40
38S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" 41S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
39 42
40# disable webkit for mips64 n32 temporarily that fails to compile, 43# disable webkit for mips64 n32 temporarily that fails to compile,
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc
index 2a41f8ab29..58acac87ed 100644
--- a/meta/recipes-qt/qt4/qt4-native.inc
+++ b/meta/recipes-qt/qt4/qt4-native.inc
@@ -19,6 +19,10 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever
19 file://g++.conf \ 19 file://g++.conf \
20 file://linux.conf \ 20 file://linux.conf \
21 " 21 "
22
23UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/"
24UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
25
22S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" 26S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
23 27
24EXTRA_OECONF = "-prefix ${prefix} \ 28EXTRA_OECONF = "-prefix ${prefix} \
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb
index ccdb6bd302..db9f0ab7c9 100644
--- a/meta/recipes-support/db/db_6.0.30.bb
+++ b/meta/recipes-support/db/db_6.0.30.bb
@@ -27,6 +27,10 @@ SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \
27SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b" 27SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
28SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" 28SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
29 29
30# Exclude NC versions which lack AES encryption
31UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
32UPSTREAM_CHECK_URI = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html"
33
30LIC_FILES_CHKSUM = "file://../LICENSE;md5=1ec8b0b17cc31513fe35ab10716f8490" 34LIC_FILES_CHKSUM = "file://../LICENSE;md5=1ec8b0b17cc31513fe35ab10716f8490"
31 35
32inherit autotools 36inherit autotools