diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/package_regex.inc | 35 | ||||
-rw-r--r-- | meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/zip/zip_3.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.4.bb | 3 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 3 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.7.inc | 3 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/db/db_6.0.30.bb | 4 |
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" | |||
46 | REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | 46 | REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" |
47 | REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 47 | REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
48 | 48 | ||
49 | # Exclude NC versions which lack AES encryption | ||
50 | REGEX_pn-db = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar" | ||
51 | |||
52 | REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" | 49 | REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" |
53 | REGEX_pn-autogen = "rel(?P<pver>\d+(\.\d+)+)/" | 50 | REGEX_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 | ||
57 | REGEX_pn-python = "[Pp]ython-(?P<pver>2(\.\d+)+).tar" | ||
58 | REGEX_pn-python3 = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | ||
59 | |||
60 | # exclude betas | ||
61 | REGEX_pn-tiff = "tiff-(?P<pver>\d+(\.\d+)+).tar" | ||
62 | |||
63 | # exclude version 5.5.2 which triggers a false positive | ||
64 | REGEX_pn-unzip = "unzip(?P<pver>(?!552).+)\.tgz" | ||
65 | # similar for zip | ||
66 | REGEX_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) |
70 | REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases" | 54 | REGEX_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 | |||
104 | REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" | 88 | REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" |
105 | REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | 89 | REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" |
106 | REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes" | 90 | REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes" |
107 | |||
108 | REGEX_URI_pn-docbook-sgml-dtd-3.1 = "http://www.docbook.org/sgml/" | ||
109 | REGEX_pn-docbook-sgml-dtd-3.1 = "(?P<pver>3\..+)/" | ||
110 | REGEX_URI_pn-docbook-sgml-dtd-4.1 = "http://www.docbook.org/sgml/" | ||
111 | REGEX_pn-docbook-sgml-dtd-4.1 = "(?P<pver>4\.1(\.\d+)*)/" | ||
112 | |||
113 | # Qt recipes should be kept at 4.x | ||
114 | REGEX_URI_pn-qt4-embedded = "http://download.qt.io/official_releases/qt/4.8/" | ||
115 | REGEX_pn-qt4-embedded = "(?P<pver>\d+(\.\d+)+)/" | ||
116 | REGEX_URI_pn-qt4-x11-free = "http://download.qt.io/official_releases/qt/4.8/" | ||
117 | REGEX_pn-qt4-x11-free = "(?P<pver>\d+(\.\d+)+)/" | ||
118 | REGEX_URI_pn-nativesdk-qt4-tools = "http://download.qt.io/official_releases/qt/4.8/" | ||
119 | REGEX_pn-nativesdk-qt4-tools = "(?P<pver>\d+(\.\d+)+)/" | ||
120 | REGEX_URI_pn-qt4-native = "http://download.qt.io/official_releases/qt/4.8/" | ||
121 | REGEX_pn-qt4-native = "(?P<pver>\d+(\.\d+)+)/" | ||
122 | |||
123 | # Keep old gcc versions at their major versions | ||
124 | REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" | ||
125 | REGEX_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 \ | |||
16 | SRC_URI[md5sum] = "432749c0c806dbae81c8bcb70da3b5d3" | 16 | SRC_URI[md5sum] = "432749c0c806dbae81c8bcb70da3b5d3" |
17 | SRC_URI[sha256sum] = "20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538" | 17 | SRC_URI[sha256sum] = "20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "http://www.docbook.org/sgml/" | ||
20 | UPSTREAM_CHECK_REGEX = "(?P<pver>3\..+)/" | ||
21 | |||
19 | do_compile() { | 22 | do_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 \ | |||
16 | SRC_URI[md5sum] = "489f6ff2a2173eb1e14216c10533ede2" | 16 | SRC_URI[md5sum] = "489f6ff2a2173eb1e14216c10533ede2" |
17 | SRC_URI[sha256sum] = "deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311" | 17 | SRC_URI[sha256sum] = "deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "http://www.docbook.org/sgml/" | ||
20 | UPSTREAM_CHECK_REGEX = "(?P<pver>4\.1(\.\d+)*)/" | ||
21 | |||
19 | do_compile() { | 22 | do_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 = "\ | |||
86 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" | 86 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" |
87 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" | 87 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |
88 | 88 | ||
89 | UPSTREAM_CHECK_REGEX = "gcc-(?P<pver>4\.9\.\d+).tar" | ||
90 | |||
89 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 91 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
90 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 92 | B = "${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" | |||
12 | SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7" | 12 | SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7" |
13 | SRC_URI[sha256sum] = "90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916" | 13 | SRC_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 | ||
17 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar" | ||
18 | |||
15 | PYTHON_MAJMIN = "2.7" | 19 | PYTHON_MAJMIN = "2.7" |
16 | 20 | ||
17 | inherit autotools | 21 | inherit 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 | ||
32 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" | 32 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" |
33 | 33 | ||
34 | # exclude pre-releases for both python 2.x and 3.x | ||
35 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | ||
36 | |||
34 | S = "${WORKDIR}/Python-${PV}" | 37 | S = "${WORKDIR}/Python-${PV}" |
35 | 38 | ||
36 | EXTRANATIVEPATH += "bzip2-native" | 39 | EXTRANATIVEPATH += "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 += "\ | |||
41 | SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171" | 41 | SRC_URI[md5sum] = "d149d2812f10cbe04c042232e7964171" |
42 | SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91" | 42 | SRC_URI[sha256sum] = "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91" |
43 | 43 | ||
44 | # exclude pre-releases for both python 2.x and 3.x | ||
45 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | ||
46 | |||
44 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" | 47 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" |
45 | 48 | ||
46 | S = "${WORKDIR}/Python-${PV}" | 49 | S = "${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 | ||
21 | SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" | 21 | SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" |
22 | SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" | 22 | SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" |
23 | |||
24 | # exclude version 5.5.2 which triggers a false positive | ||
25 | UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz" | ||
26 | |||
23 | S = "${WORKDIR}/unzip60" | 27 | S = "${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" | |||
8 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" | 8 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" |
9 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" | 9 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" |
10 | 10 | ||
11 | # exclude version 2.3.2 which triggers a false positive | ||
12 | UPSTREAM_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 \ | |||
10 | SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900" | 10 | SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900" |
11 | SRC_URI[sha256sum] = "8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890" | 11 | SRC_URI[sha256sum] = "8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890" |
12 | 12 | ||
13 | # exclude betas | ||
14 | UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar" | ||
15 | |||
13 | inherit autotools | 16 | inherit autotools |
14 | 17 | ||
15 | CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" | 18 | CACHED_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 | ||
21 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
22 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
23 | |||
21 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 24 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
22 | 25 | ||
23 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | 26 | LIC_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 | |||
35 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | 35 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" |
36 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | 36 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" |
37 | 37 | ||
38 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
39 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
40 | |||
38 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 41 | S = "${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 | |||
23 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
24 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
25 | |||
22 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 26 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
23 | 27 | ||
24 | EXTRA_OECONF = "-prefix ${prefix} \ | 28 | EXTRA_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=.. \ | |||
27 | SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b" | 27 | SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b" |
28 | SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" | 28 | SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" |
29 | 29 | ||
30 | # Exclude NC versions which lack AES encryption | ||
31 | UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar" | ||
32 | UPSTREAM_CHECK_URI = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
33 | |||
30 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=1ec8b0b17cc31513fe35ab10716f8490" | 34 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=1ec8b0b17cc31513fe35ab10716f8490" |
31 | 35 | ||
32 | inherit autotools | 36 | inherit autotools |