summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-16 18:05:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:52 +0000
commit976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch)
treecd92befe31cb74f2878339e01c503a64de9e0b90 /meta
parent74bfa62f85433991f007ae1e029e76db05b3a380 (diff)
downloadpoky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1) 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.inc68
-rw-r--r--meta/recipes-bsp/libacpi/libacpi_0.2.bb2
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb2
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp.inc3
-rw-r--r--meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb2
-rw-r--r--meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb3
-rw-r--r--meta/recipes-devtools/autogen/autogen-native_5.18.5.bb3
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.16.bb2
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc2
-rw-r--r--meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb2
-rw-r--r--meta/recipes-devtools/intltool/intltool.inc3
-rw-r--r--meta/recipes-devtools/json-c/json-c_0.12.bb5
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.14.bb2
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.6.bb2
-rw-r--r--meta/recipes-extended/cups/cups.inc3
-rw-r--r--meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb2
-rw-r--r--meta/recipes-extended/iputils/iputils_s20121221.bb2
-rw-r--r--meta/recipes-extended/less/less_479.bb2
-rw-r--r--meta/recipes-extended/lsof/lsof_4.89.bb2
-rw-r--r--meta/recipes-extended/minicom/minicom_2.7.bb2
-rw-r--r--meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb2
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc2
-rw-r--r--meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb2
-rw-r--r--meta/recipes-graphics/cairo/cairo_1.14.4.bb2
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb2
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.1.bb1
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.5.1.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb2
-rw-r--r--meta/recipes-kernel/powertop/powertop_2.7.bb2
-rw-r--r--meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb3
-rw-r--r--meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb2
-rw-r--r--meta/recipes-multimedia/webp/libwebp_0.4.3.bb2
-rw-r--r--meta/recipes-qt/qt-apps/quicky_0.4.bb2
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.22.bb2
-rw-r--r--meta/recipes-support/libical/libical_1.0.0.bb2
-rw-r--r--meta/recipes-support/libmpc/libmpc_1.0.3.bb2
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.28.bb3
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.3.bb2
-rw-r--r--meta/recipes-support/nettle/nettle.inc2
-rw-r--r--meta/recipes-support/nss/nss_3.19.2.bb3
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.9.2.bb3
-rw-r--r--meta/recipes-support/taglib/taglib_1.9.1.bb2
42 files changed, 93 insertions, 68 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc
index c392d6bdcb..9fc1157237 100644
--- a/meta/conf/distro/include/package_regex.inc
+++ b/meta/conf/distro/include/package_regex.inc
@@ -20,71 +20,3 @@
20# determine the upstream release version. This regex can be used 20# determine the upstream release version. This regex can be used
21# to filter only relevant tags. 21# to filter only relevant tags.
22# 22#
23
24COMMON_REGEX = "(?P<pver>(\d+[\.\-_]*)+)"
25
26# Generic regex don't match
27REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
28REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz"
29
30REGEX_URI_pn-sqlite3="http://www.sqlite.org/"
31REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html"
32
33REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/"
34REGEX_pn-dhcp="(?P<pver>\d+\.\d+\.(\d+?))/"
35
36REGEX_pn-foomatic-filters = "foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz"
37REGEX_pn-xdg-utils = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)"
38REGEX_pn-rpm="rpm-${COMMON_REGEX}-.*$"
39REGEX_pn-libtheora = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
40
41REGEX_pn-iputils="iputils-(?P<pver>s\d+).tar"
42REGEX_pn-nettle = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
43
44REGEX_pn-cairo = "cairo-(?P<pver>\d+(\.\d+)+)\.tar"
45REGEX_pn-cmake = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
46REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar"
47REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
48
49REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/"
50REGEX_pn-autogen = "rel(?P<pver>\d+(\.\d+)+)/"
51
52# Isn't possible to download with the default URI web server returns
53# (403, 404, 550)
54REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases"
55REGEX_pn-json-c = "json-c-(?P<pver>\d+(\.\d+)+).tar"
56# json-c releases page is fetching the list of releases in some weird XML format
57# from https://s3.amazonaws.com/json-c_releases and processes it with javascript :-/
58#REGEX_URI_pn-json-c = "https://s3.amazonaws.com/json-c_releases/releases/index.html"
59REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052"
60
61REGEX_URI_pn-powertop = "https://01.org/powertop/downloads"
62REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html"
63REGEX_URI_pn-libxkbcommon = "http://xkbcommon.org/"
64REGEX_URI_pn-tslib = "https://github.com/kergoth/tslib/releases"
65REGEX_URI_pn-waffle="http://www.waffle-gl.org/releases.html"
66REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html"
67REGEX_URI_pn-libacpi = "http://www.ngolde.de/libacpi.html"
68REGEX_URI_pn-less = "http://www.greenwoodsoftware.com/less/download.html"
69REGEX_URI_pn-cups = "http://www.cups.org/software.php"
70REGEX_pn-cups = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"
71REGEX_URI_pn-bzip2 = "http://www.bzip.org/downloads.html"
72REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018"
73REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html"
74REGEX_URI_pn-libical = "https://github.com/libical/libical/releases/"
75REGEX_URI_pn-libmpc = "http://www.multiprecision.org/index.php?prog=mpc&page=download"
76REGEX_URI_pn-taglib = "http://github.com/taglib/taglib/releases/"
77REGEX_URI_pn-libevent = "http://libevent.org/"
78REGEX_URI_pn-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html"
79REGEX_URI_pn-python-smartpm="https://launchpad.net/smart/trunk/"
80REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/"
81REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/"
82REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482"
83REGEX_URI_pn-libwebp = "http://downloads.webmproject.org/releases/webp/index.html"
84
85# The engine tries to use directory versioning but is a false-positive
86REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/"
87REGEX_URI_pn-libnfsidmap = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/"
88REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/"
89REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
90REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes"
diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
index bf302f3ce4..3dd9ab640e 100644
--- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb
+++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
@@ -16,6 +16,8 @@ SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
16SRC_URI[md5sum] = "05b53dd7bead66dda35fec502b91066c" 16SRC_URI[md5sum] = "05b53dd7bead66dda35fec502b91066c"
17SRC_URI[sha256sum] = "13086e31d428b9c125954d48ac497b754bbbce2ef34ea29ecd903e82e25bad29" 17SRC_URI[sha256sum] = "13086e31d428b9c125954d48ac497b754bbbce2ef34ea29ecd903e82e25bad29"
18 18
19UPSTREAM_CHECK_URI = "http://www.ngolde.de/libacpi.html"
20
19inherit lib_package 21inherit lib_package
20 22
21COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' 23COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index e0ce57d020..4b349be32f 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -24,6 +24,8 @@ SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
24SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" 24SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4"
25SRC_URI[sha256sum] = "c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1" 25SRC_URI[sha256sum] = "c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1"
26 26
27UPSTREAM_CHECK_URI = "http://ohse.de/uwe/software/lrzsz.html"
28
27inherit autotools gettext 29inherit autotools gettext
28 30
29do_install() { 31do_install() {
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc
index d883a8df48..a673dbc878 100644
--- a/meta/recipes-connectivity/dhcp/dhcp.inc
+++ b/meta/recipes-connectivity/dhcp/dhcp.inc
@@ -20,6 +20,9 @@ SRC_URI = "ftp://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \
20 file://dhcpd.service file://dhcrelay.service \ 20 file://dhcpd.service file://dhcrelay.service \
21 file://dhcpd6.service " 21 file://dhcpd6.service "
22 22
23UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/dhcp/"
24UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/"
25
23inherit autotools systemd 26inherit autotools systemd
24 27
25SYSTEMD_PACKAGES = "${PN}-server ${PN}-relay" 28SYSTEMD_PACKAGES = "${PN}-server ${PN}-relay"
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
index 5b578e9a1c..2565771006 100644
--- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
+++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
@@ -14,6 +14,8 @@ SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${P
14SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" 14SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab"
15SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf" 15SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf"
16 16
17UPSTREAM_CHECK_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/"
18
17inherit autotools 19inherit autotools
18 20
19EXTRA_OECONF = "--disable-ldap" 21EXTRA_OECONF = "--disable-ldap"
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
index 38ad86e82d..b6f33e5eb7 100644
--- a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
+++ b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
@@ -17,6 +17,9 @@ SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.$
17SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d" 17SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d"
18SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63" 18SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63"
19 19
20UPSTREAM_CHECK_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
21UPSTREAM_CHECK_REGEX = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz"
22
20S = "${WORKDIR}/wireless_tools.30" 23S = "${WORKDIR}/wireless_tools.30"
21 24
22CFLAGS =+ "-I${S}" 25CFLAGS =+ "-I${S}"
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
index 2a2851283b..373dd89994 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
@@ -17,6 +17,9 @@ SRC_URI = "${GNU_MIRROR}/autogen/rel${PV}/autogen-${PV}.tar.gz \
17SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53" 17SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53"
18SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba" 18SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba"
19 19
20UPSTREAM_CHECK_URI = "http://ftp.gnu.org/gnu/autogen/"
21UPSTREAM_CHECK_REGEX = "rel(?P<pver>\d+(\.\d+)+)/"
22
20DEPENDS = "guile-native libtool-native libxml2-native" 23DEPENDS = "guile-native libtool-native libxml2-native"
21 24
22inherit autotools texinfo native pkgconfig 25inherit autotools texinfo native pkgconfig
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
index 0a3b06e73b..e115eb5c95 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
@@ -13,6 +13,8 @@ SRC_URI = "http://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.
13SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" 13SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982"
14SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" 14SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b"
15 15
16UPSTREAM_CHECK_URI = "http://alioth.debian.org/frs/?group_id=31052"
17
16inherit autotools 18inherit autotools
17 19
18# We don't have a staged chrpath-native for ensuring our binary is 20# We don't have a staged chrpath-native for ensuring our binary is
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index c912bcce32..a14ce350fc 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -19,6 +19,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
19SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" 19SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2"
20SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" 20SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22"
21 21
22UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
23
22inherit autotools 24inherit autotools
23 25
24# Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable 26# Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
index ac131cb72a..addcbf607c 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
@@ -13,6 +13,8 @@ SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/do
13SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db" 13SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db"
14SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2" 14SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2"
15 15
16UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases"
17
16FILES_${PN} = "${base_sbindir}" 18FILES_${PN} = "${base_sbindir}"
17FILES_${PN}-doc = "${mandir} ${docdir}" 19FILES_${PN}-doc = "${mandir} ${docdir}"
18 20
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index be77704208..eb7ae004aa 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -4,6 +4,9 @@ LICENSE = "GPLv2"
4 4
5URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" 5URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
6SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" 6SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
7
8UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/"
9
7S = "${WORKDIR}/intltool-${PV}" 10S = "${WORKDIR}/intltool-${PV}"
8 11
9DEPENDS = "libxml-parser-perl-native" 12DEPENDS = "libxml-parser-perl-native"
diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/meta/recipes-devtools/json-c/json-c_0.12.bb
index cfef03d2e8..b56b37e864 100644
--- a/meta/recipes-devtools/json-c/json-c_0.12.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.12.bb
@@ -11,6 +11,11 @@ SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \
11SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491" 11SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491"
12SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f" 12SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f"
13 13
14UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+).tar"
15# json-c releases page is fetching the list of releases in some weird XML format
16# from https://s3.amazonaws.com/json-c_releases and processes it with javascript :-/
17#UPSTREAM_CHECK_URI = "https://s3.amazonaws.com/json-c_releases/releases/index.html"
18
14RPROVIDES_${PN} = "libjson" 19RPROVIDES_${PN} = "libjson"
15 20
16inherit autotools 21inherit autotools
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
index 8e1d3cbfc6..774a1a30e0 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
@@ -112,6 +112,8 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e
112SRC_URI[md5sum] = "25093d399a0b5d1342d24900a91b347d" 112SRC_URI[md5sum] = "25093d399a0b5d1342d24900a91b347d"
113SRC_URI[sha256sum] = "676e3ab41f72e3b504e04109cfb565a300742f56a7da084f202013b30eeae467" 113SRC_URI[sha256sum] = "676e3ab41f72e3b504e04109cfb565a300742f56a7da084f202013b30eeae467"
114 114
115UPSTREAM_CHECK_REGEX = "rpm-(?P<pver>(\d+[\.\-_]*)+)-.*$"
116
115inherit autotools gettext 117inherit autotools gettext
116 118
117acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" 119acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index d7b8c0655a..f717d85f4f 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -17,6 +17,8 @@ SRC_URI = "http://www.bzip.org/${PV}/${BP}.tar.gz \
17SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" 17SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b"
18SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" 18SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"
19 19
20UPSTREAM_CHECK_URI = "http://www.bzip.org/downloads.html"
21
20PACKAGES =+ "libbz2" 22PACKAGES =+ "libbz2"
21 23
22CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" 24CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64"
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 2c34da98de..13234fc3a0 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -12,6 +12,9 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
12 file://cups.service \ 12 file://cups.service \
13 " 13 "
14 14
15UPSTREAM_CHECK_URI = "http://www.cups.org/software.php"
16UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"
17
15LEAD_SONAME = "libcupsdriver.so" 18LEAD_SONAME = "libcupsdriver.so"
16 19
17CLEANBROKEN = "1" 20CLEANBROKEN = "1"
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
index 790c98138b..0cffedd660 100644
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
@@ -20,6 +20,8 @@ SRC_URI = "http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.
20SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" 20SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896"
21SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" 21SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3"
22 22
23UPSTREAM_CHECK_REGEX = "foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz"
24
23inherit autotools pkgconfig 25inherit autotools pkgconfig
24 26
25EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" 27EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
diff --git a/meta/recipes-extended/iputils/iputils_s20121221.bb b/meta/recipes-extended/iputils/iputils_s20121221.bb
index e87a32a7de..49913d68bd 100644
--- a/meta/recipes-extended/iputils/iputils_s20121221.bb
+++ b/meta/recipes-extended/iputils/iputils_s20121221.bb
@@ -24,6 +24,8 @@ SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \
24SRC_URI[md5sum] = "6072aef64205720dd1893b375e184171" 24SRC_URI[md5sum] = "6072aef64205720dd1893b375e184171"
25SRC_URI[sha256sum] = "450f549fc5b620c23c5929aa6d54b7ddfc7ee1cb1e8efdc5e8bb21d8d0c5319f" 25SRC_URI[sha256sum] = "450f549fc5b620c23c5929aa6d54b7ddfc7ee1cb1e8efdc5e8bb21d8d0c5319f"
26 26
27UPSTREAM_CHECK_REGEX = "iputils-(?P<pver>s\d+).tar"
28
27do_compile () { 29do_compile () {
28 oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man 30 oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man
29} 31}
diff --git a/meta/recipes-extended/less/less_479.bb b/meta/recipes-extended/less/less_479.bb
index 618954b0f0..c1858f0265 100644
--- a/meta/recipes-extended/less/less_479.bb
+++ b/meta/recipes-extended/less/less_479.bb
@@ -30,6 +30,8 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
30SRC_URI[md5sum] = "049f51ccfe2686009c6ce943eeb4bbaf" 30SRC_URI[md5sum] = "049f51ccfe2686009c6ce943eeb4bbaf"
31SRC_URI[sha256sum] = "5bf06cb30ee2a2bd1f79f39aa91e46444e7cb19b48c95c4992fa63cfe4527a80" 31SRC_URI[sha256sum] = "5bf06cb30ee2a2bd1f79f39aa91e46444e7cb19b48c95c4992fa63cfe4527a80"
32 32
33UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
34
33inherit autotools update-alternatives 35inherit autotools update-alternatives
34 36
35do_install () { 37do_install () {
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index 0e9d07119c..5cce0ef876 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -9,6 +9,8 @@ SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
9SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" 9SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386"
10SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" 10SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718"
11 11
12UPSTREAM_CHECK_URI = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/"
13
12LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" 14LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
13S = "${WORKDIR}/lsof_${PV}_src" 15S = "${WORKDIR}/lsof_${PV}_src"
14 16
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb
index 1575cfbc7e..3118686e19 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.bb
@@ -15,6 +15,8 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz
15SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" 15SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d"
16SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" 16SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4"
17 17
18UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018"
19
18PACKAGECONFIG ??= "" 20PACKAGECONFIG ??= ""
19PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" 21PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
20 22
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
index 0330981af3..b3f2920554 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
@@ -16,6 +16,8 @@ SRC_URI = "https://launchpad.net/${BPN}/1.1/${PV}/+download/${BP}.tar.gz"
16SRC_URI[md5sum] = "91a4911b13305850423840eb0fa6f4f9" 16SRC_URI[md5sum] = "91a4911b13305850423840eb0fa6f4f9"
17SRC_URI[sha256sum] = "573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee" 17SRC_URI[sha256sum] = "573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee"
18 18
19UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/"
20
19do_configure[noexec] = "1" 21do_configure[noexec] = "1"
20 22
21EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" 23EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'"
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 5c761fa693..85be902a86 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -9,6 +9,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \
9 file://sysstat.service \ 9 file://sysstat.service \
10 " 10 "
11 11
12UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
13
12DEPENDS += "base-passwd" 14DEPENDS += "base-passwd"
13 15
14inherit autotools-brokensep gettext systemd 16inherit autotools-brokensep gettext systemd
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
index 677f0a6619..4f39594f75 100644
--- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
@@ -24,6 +24,8 @@ SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \
24SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" 24SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15"
25SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125" 25SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125"
26 26
27UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)"
28
27inherit autotools-brokensep distro_features_check 29inherit autotools-brokensep distro_features_check
28 30
29# The xprop requires x11 in DISTRO_FEATURES 31# The xprop requires x11 in DISTRO_FEATURES
diff --git a/meta/recipes-graphics/cairo/cairo_1.14.4.bb b/meta/recipes-graphics/cairo/cairo_1.14.4.bb
index 17ea851c9f..a47bfa5454 100644
--- a/meta/recipes-graphics/cairo/cairo_1.14.4.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.14.4.bb
@@ -7,6 +7,8 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz"
7SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12" 7SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12"
8SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716" 8SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716"
9 9
10UPSTREAM_CHECK_REGEX = "cairo-(?P<pver>\d+(\.\d+)+)\.tar"
11
10PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" 12PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils"
11 13
12SUMMARY_${PN} = "The Cairo 2D vector graphics library" 14SUMMARY_${PN} = "The Cairo 2D vector graphics library"
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index b50859ae18..8b9e050f9e 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -26,6 +26,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
26 file://pkgconfig.patch \ 26 file://pkgconfig.patch \
27 " 27 "
28 28
29UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar"
30
29S = "${WORKDIR}/SDL-${PV}" 31S = "${WORKDIR}/SDL-${PV}"
30 32
31SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85" 33SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85"
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb
index 6d8c7dd7eb..8e304a6efd 100644
--- a/meta/recipes-graphics/tslib/tslib_1.1.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.1.bb
@@ -18,6 +18,7 @@ SRC_URI = "https://github.com/kergoth/tslib/releases/download/${PV}/tslib-${PV}.
18SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d" 18SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d"
19SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c" 19SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c"
20 20
21UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases"
21 22
22inherit autotools pkgconfig 23inherit autotools pkgconfig
23 24
diff --git a/meta/recipes-graphics/waffle/waffle_1.5.1.bb b/meta/recipes-graphics/waffle/waffle_1.5.1.bb
index af84020532..6e779485b7 100644
--- a/meta/recipes-graphics/waffle/waffle_1.5.1.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.5.1.bb
@@ -9,6 +9,8 @@ SRC_URI = "http://waffle-gl.org/files/release/${BPN}-${PV}/${BPN}-${PV}.tar.xz \
9SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69" 9SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69"
10SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa" 10SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa"
11 11
12UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
13
12inherit cmake distro_features_check lib_package 14inherit cmake distro_features_check lib_package
13 15
14# This should be overridden per-machine to reflect the capabilities of the GL 16# This should be overridden per-machine to reflect the capabilities of the GL
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
index a166b57603..de22a81972 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
12SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158" 12SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158"
13SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c" 13SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c"
14 14
15UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
16
15inherit autotools pkgconfig 17inherit autotools pkgconfig
16 18
17EXTRA_OECONF = "--disable-docs" 19EXTRA_OECONF = "--disable-docs"
diff --git a/meta/recipes-kernel/powertop/powertop_2.7.bb b/meta/recipes-kernel/powertop/powertop_2.7.bb
index 5ba07e9ab9..e2d0ae53e2 100644
--- a/meta/recipes-kernel/powertop/powertop_2.7.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.7.bb
@@ -11,6 +11,8 @@ SRC_URI = "http://01.org/sites/default/files/downloads/powertop/powertop-${PV}.t
11SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef" 11SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef"
12SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca" 12SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca"
13 13
14UPSTREAM_CHECK_URI = "https://01.org/powertop/downloads"
15
14inherit autotools gettext pkgconfig 16inherit autotools gettext pkgconfig
15 17
16# we need to explicitly link with libintl in uClibc systems 18# we need to explicitly link with libintl in uClibc systems
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
index f06935c8ba..1c37681963 100644
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
@@ -11,6 +11,9 @@ SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47" 12SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47"
13SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" 13SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06"
14
15UPSTREAM_CHECK_URI = "http://www.mega-nerd.com/SRC/download.html"
16
14S = "${WORKDIR}/libsamplerate-${PV}" 17S = "${WORKDIR}/libsamplerate-${PV}"
15 18
16inherit autotools pkgconfig 19inherit autotools pkgconfig
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
index 18cb168c52..664d8480a2 100644
--- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
+++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
@@ -15,6 +15,8 @@ SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
15SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e" 15SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e"
16SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" 16SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
17 17
18UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
19
18inherit autotools pkgconfig 20inherit autotools pkgconfig
19 21
20EXTRA_OECONF = "--disable-examples" 22EXTRA_OECONF = "--disable-examples"
diff --git a/meta/recipes-multimedia/webp/libwebp_0.4.3.bb b/meta/recipes-multimedia/webp/libwebp_0.4.3.bb
index c4b80f6cf9..1285bc1cdb 100644
--- a/meta/recipes-multimedia/webp/libwebp_0.4.3.bb
+++ b/meta/recipes-multimedia/webp/libwebp_0.4.3.bb
@@ -17,6 +17,8 @@ SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
17SRC_URI[md5sum] = "08813525eeeffe7e305b4cbfade8ae9b" 17SRC_URI[md5sum] = "08813525eeeffe7e305b4cbfade8ae9b"
18SRC_URI[sha256sum] = "efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4" 18SRC_URI[sha256sum] = "efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4"
19 19
20UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
21
20EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
21 --disable-experimental \ 23 --disable-experimental \
22 --disable-wic \ 24 --disable-wic \
diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/meta/recipes-qt/qt-apps/quicky_0.4.bb
index bcaa562dbe..3c7a4f09d0 100644
--- a/meta/recipes-qt/qt-apps/quicky_0.4.bb
+++ b/meta/recipes-qt/qt-apps/quicky_0.4.bb
@@ -11,6 +11,8 @@ SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz"
11SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9" 11SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9"
12SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a" 12SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a"
13 13
14UPSTREAM_CHECK_URI = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482"
15
14inherit qt4x11 16inherit qt4x11
15 17
16do_install() { 18do_install() {
diff --git a/meta/recipes-support/libevent/libevent_2.0.22.bb b/meta/recipes-support/libevent/libevent_2.0.22.bb
index 58c263c4d3..df8a31c58d 100644
--- a/meta/recipes-support/libevent/libevent_2.0.22.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.22.bb
@@ -14,6 +14,8 @@ SRC_URI = " \
14SRC_URI[md5sum] = "c4c56f986aa985677ca1db89630a2e11" 14SRC_URI[md5sum] = "c4c56f986aa985677ca1db89630a2e11"
15SRC_URI[sha256sum] = "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3" 15SRC_URI[sha256sum] = "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3"
16 16
17UPSTREAM_CHECK_URI = "http://libevent.org/"
18
17S = "${WORKDIR}/${BPN}-${PV}-stable" 19S = "${WORKDIR}/${BPN}-${PV}-stable"
18 20
19PACKAGECONFIG ??= "" 21PACKAGECONFIG ??= ""
diff --git a/meta/recipes-support/libical/libical_1.0.0.bb b/meta/recipes-support/libical/libical_1.0.0.bb
index be6b635caf..026e7f1b26 100644
--- a/meta/recipes-support/libical/libical_1.0.0.bb
+++ b/meta/recipes-support/libical/libical_1.0.0.bb
@@ -10,4 +10,6 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz"
10SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36" 10SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36"
11SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2" 11SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases/"
14
13inherit autotools 15inherit autotools
diff --git a/meta/recipes-support/libmpc/libmpc_1.0.3.bb b/meta/recipes-support/libmpc/libmpc_1.0.3.bb
index f3e5a18ea9..4f1f5242fb 100644
--- a/meta/recipes-support/libmpc/libmpc_1.0.3.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.0.3.bb
@@ -8,6 +8,8 @@ SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
8SRC_URI[md5sum] = "d6a1d5f8ddea3abd2cc3e98f58352d26" 8SRC_URI[md5sum] = "d6a1d5f8ddea3abd2cc3e98f58352d26"
9SRC_URI[sha256sum] = "617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3" 9SRC_URI[sha256sum] = "617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3"
10 10
11UPSTREAM_CHECK_URI = "http://www.multiprecision.org/index.php?prog=mpc&page=download"
12
11S = "${WORKDIR}/mpc-${PV}" 13S = "${WORKDIR}/mpc-${PV}"
12BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"
13 15
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
index 87fabecda0..bedc03e95d 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
@@ -15,6 +15,9 @@ SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
15 15
16SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" 16SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7"
17SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" 17SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c"
18
19UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
20
18S = "${WORKDIR}/libxslt-${PV}" 21S = "${WORKDIR}/libxslt-${PV}"
19 22
20BINCONFIG = "${bindir}/xslt-config" 23BINCONFIG = "${bindir}/xslt-config"
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.3.bb b/meta/recipes-support/mpfr/mpfr_3.1.3.bb
index af19b54516..ee8a238937 100644
--- a/meta/recipes-support/mpfr/mpfr_3.1.3.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.3.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz \
12SRC_URI[md5sum] = "6969398cd2fbc56a6af570b5273c56a9" 12SRC_URI[md5sum] = "6969398cd2fbc56a6af570b5273c56a9"
13SRC_URI[sha256sum] = "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16" 13SRC_URI[sha256sum] = "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
14 14
15UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
16
15S = "${WORKDIR}/mpfr-${PV}" 17S = "${WORKDIR}/mpfr-${PV}"
16 18
17BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-support/nettle/nettle.inc b/meta/recipes-support/nettle/nettle.inc
index fafff6d8d9..ba97ddba15 100644
--- a/meta/recipes-support/nettle/nettle.inc
+++ b/meta/recipes-support/nettle/nettle.inc
@@ -16,6 +16,8 @@ SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz \
16SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" 16SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
17SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" 17SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
18 18
19UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
20
19EXTRA_OECONF = "--disable-openssl" 21EXTRA_OECONF = "--disable-openssl"
20 22
21inherit autotools ptest 23inherit autotools ptest
diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/meta/recipes-support/nss/nss_3.19.2.bb
index 23a4a1f8de..65f32044c9 100644
--- a/meta/recipes-support/nss/nss_3.19.2.bb
+++ b/meta/recipes-support/nss/nss_3.19.2.bb
@@ -27,6 +27,9 @@ SRC_URI = "\
27SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d" 27SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d"
28SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae" 28SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae"
29 29
30UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
31UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
32
30inherit siteinfo 33inherit siteinfo
31 34
32DEPENDS = "sqlite3 nspr zlib nss-native" 35DEPENDS = "sqlite3 nspr zlib nss-native"
diff --git a/meta/recipes-support/sqlite/sqlite3_3.9.2.bb b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb
index 83685e0fa3..18b1a2b57d 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.9.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb
@@ -15,6 +15,9 @@ SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz"
15SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" 15SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca"
16SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" 16SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b"
17 17
18UPSTREAM_CHECK_URI = "http://www.sqlite.org/"
19UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html"
20
18S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" 21S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
19 22
20# Provide column meta-data API 23# Provide column meta-data API
diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb
index 1f278144e3..d125308ccd 100644
--- a/meta/recipes-support/taglib/taglib_1.9.1.bb
+++ b/meta/recipes-support/taglib/taglib_1.9.1.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
12SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" 12SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86"
13SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" 13SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a"
14 14
15UPSTREAM_CHECK_URI = "http://github.com/taglib/taglib/releases/"
16
15BINCONFIG = "${bindir}/taglib-config" 17BINCONFIG = "${bindir}/taglib-config"
16 18
17inherit cmake pkgconfig binconfig-disabled 19inherit cmake pkgconfig binconfig-disabled