diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:34:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 74bfa62f85433991f007ae1e029e76db05b3a380 (patch) | |
tree | a5b2fa6065b7dc556ec44eecfb872a61cf12305a /meta/recipes-devtools | |
parent | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (diff) | |
download | poky-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/recipes-devtools')
6 files changed, 18 insertions, 0 deletions
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}" |