diff options
Diffstat (limited to 'meta')
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 | |||
24 | COMMON_REGEX = "(?P<pver>(\d+[\.\-_]*)+)" | ||
25 | |||
26 | # Generic regex don't match | ||
27 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | ||
28 | REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" | ||
29 | |||
30 | REGEX_URI_pn-sqlite3="http://www.sqlite.org/" | ||
31 | REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html" | ||
32 | |||
33 | REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/" | ||
34 | REGEX_pn-dhcp="(?P<pver>\d+\.\d+\.(\d+?))/" | ||
35 | |||
36 | REGEX_pn-foomatic-filters = "foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz" | ||
37 | REGEX_pn-xdg-utils = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" | ||
38 | REGEX_pn-rpm="rpm-${COMMON_REGEX}-.*$" | ||
39 | REGEX_pn-libtheora = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)" | ||
40 | |||
41 | REGEX_pn-iputils="iputils-(?P<pver>s\d+).tar" | ||
42 | REGEX_pn-nettle = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" | ||
43 | |||
44 | REGEX_pn-cairo = "cairo-(?P<pver>\d+(\.\d+)+)\.tar" | ||
45 | REGEX_pn-cmake = "cmake-(?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" | ||
48 | |||
49 | REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" | ||
50 | REGEX_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) | ||
54 | REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases" | ||
55 | REGEX_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" | ||
59 | REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052" | ||
60 | |||
61 | REGEX_URI_pn-powertop = "https://01.org/powertop/downloads" | ||
62 | REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html" | ||
63 | REGEX_URI_pn-libxkbcommon = "http://xkbcommon.org/" | ||
64 | REGEX_URI_pn-tslib = "https://github.com/kergoth/tslib/releases" | ||
65 | REGEX_URI_pn-waffle="http://www.waffle-gl.org/releases.html" | ||
66 | REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html" | ||
67 | REGEX_URI_pn-libacpi = "http://www.ngolde.de/libacpi.html" | ||
68 | REGEX_URI_pn-less = "http://www.greenwoodsoftware.com/less/download.html" | ||
69 | REGEX_URI_pn-cups = "http://www.cups.org/software.php" | ||
70 | REGEX_pn-cups = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | ||
71 | REGEX_URI_pn-bzip2 = "http://www.bzip.org/downloads.html" | ||
72 | REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018" | ||
73 | REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
74 | REGEX_URI_pn-libical = "https://github.com/libical/libical/releases/" | ||
75 | REGEX_URI_pn-libmpc = "http://www.multiprecision.org/index.php?prog=mpc&page=download" | ||
76 | REGEX_URI_pn-taglib = "http://github.com/taglib/taglib/releases/" | ||
77 | REGEX_URI_pn-libevent = "http://libevent.org/" | ||
78 | REGEX_URI_pn-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
79 | REGEX_URI_pn-python-smartpm="https://launchpad.net/smart/trunk/" | ||
80 | REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" | ||
81 | REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/" | ||
82 | REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" | ||
83 | REGEX_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 | ||
86 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/" | ||
87 | REGEX_URI_pn-libnfsidmap = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/" | ||
88 | REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" | ||
89 | REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | ||
90 | REGEX_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 \ | |||
16 | SRC_URI[md5sum] = "05b53dd7bead66dda35fec502b91066c" | 16 | SRC_URI[md5sum] = "05b53dd7bead66dda35fec502b91066c" |
17 | SRC_URI[sha256sum] = "13086e31d428b9c125954d48ac497b754bbbce2ef34ea29ecd903e82e25bad29" | 17 | SRC_URI[sha256sum] = "13086e31d428b9c125954d48ac497b754bbbce2ef34ea29ecd903e82e25bad29" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "http://www.ngolde.de/libacpi.html" | ||
20 | |||
19 | inherit lib_package | 21 | inherit lib_package |
20 | 22 | ||
21 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 23 | COMPATIBLE_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 \ | |||
24 | SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" | 24 | SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" |
25 | SRC_URI[sha256sum] = "c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1" | 25 | SRC_URI[sha256sum] = "c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1" |
26 | 26 | ||
27 | UPSTREAM_CHECK_URI = "http://ohse.de/uwe/software/lrzsz.html" | ||
28 | |||
27 | inherit autotools gettext | 29 | inherit autotools gettext |
28 | 30 | ||
29 | do_install() { | 31 | do_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 | ||
23 | UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/dhcp/" | ||
24 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" | ||
25 | |||
23 | inherit autotools systemd | 26 | inherit autotools systemd |
24 | 27 | ||
25 | SYSTEMD_PACKAGES = "${PN}-server ${PN}-relay" | 28 | SYSTEMD_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 | |||
14 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" | 14 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" |
15 | SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf" | 15 | SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/" | ||
18 | |||
17 | inherit autotools | 19 | inherit autotools |
18 | 20 | ||
19 | EXTRA_OECONF = "--disable-ldap" | 21 | EXTRA_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.$ | |||
17 | SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d" | 17 | SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d" |
18 | SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63" | 18 | SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | ||
21 | UPSTREAM_CHECK_REGEX = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" | ||
22 | |||
20 | S = "${WORKDIR}/wireless_tools.30" | 23 | S = "${WORKDIR}/wireless_tools.30" |
21 | 24 | ||
22 | CFLAGS =+ "-I${S}" | 25 | CFLAGS =+ "-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 \ | |||
17 | SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53" | 17 | SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53" |
18 | SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba" | 18 | SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://ftp.gnu.org/gnu/autogen/" | ||
21 | UPSTREAM_CHECK_REGEX = "rel(?P<pver>\d+(\.\d+)+)/" | ||
22 | |||
20 | DEPENDS = "guile-native libtool-native libxml2-native" | 23 | DEPENDS = "guile-native libtool-native libxml2-native" |
21 | 24 | ||
22 | inherit autotools texinfo native pkgconfig | 25 | inherit 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. | |||
13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" | 13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" |
14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" | 14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "http://alioth.debian.org/frs/?group_id=31052" | ||
17 | |||
16 | inherit autotools | 18 | inherit 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 \ | |||
19 | SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" | 19 | SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" |
20 | SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" | 20 | SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" |
21 | 21 | ||
22 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | ||
23 | |||
22 | inherit autotools | 24 | inherit 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 | |||
13 | SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db" | 13 | SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db" |
14 | SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2" | 14 | SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases" | ||
17 | |||
16 | FILES_${PN} = "${base_sbindir}" | 18 | FILES_${PN} = "${base_sbindir}" |
17 | FILES_${PN}-doc = "${mandir} ${docdir}" | 19 | FILES_${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 | ||
5 | URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" | 5 | URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" |
6 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | 6 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" |
7 | |||
8 | UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/" | ||
9 | |||
7 | S = "${WORKDIR}/intltool-${PV}" | 10 | S = "${WORKDIR}/intltool-${PV}" |
8 | 11 | ||
9 | DEPENDS = "libxml-parser-perl-native" | 12 | DEPENDS = "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 \ | |||
11 | SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491" | 11 | SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491" |
12 | SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f" | 12 | SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f" |
13 | 13 | ||
14 | UPSTREAM_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 | |||
14 | RPROVIDES_${PN} = "libjson" | 19 | RPROVIDES_${PN} = "libjson" |
15 | 20 | ||
16 | inherit autotools | 21 | inherit 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 | |||
112 | SRC_URI[md5sum] = "25093d399a0b5d1342d24900a91b347d" | 112 | SRC_URI[md5sum] = "25093d399a0b5d1342d24900a91b347d" |
113 | SRC_URI[sha256sum] = "676e3ab41f72e3b504e04109cfb565a300742f56a7da084f202013b30eeae467" | 113 | SRC_URI[sha256sum] = "676e3ab41f72e3b504e04109cfb565a300742f56a7da084f202013b30eeae467" |
114 | 114 | ||
115 | UPSTREAM_CHECK_REGEX = "rpm-(?P<pver>(\d+[\.\-_]*)+)-.*$" | ||
116 | |||
115 | inherit autotools gettext | 117 | inherit autotools gettext |
116 | 118 | ||
117 | acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" | 119 | acpaths = "-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 \ | |||
17 | SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" | 17 | SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" |
18 | SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" | 18 | SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://www.bzip.org/downloads.html" | ||
21 | |||
20 | PACKAGES =+ "libbz2" | 22 | PACKAGES =+ "libbz2" |
21 | 23 | ||
22 | CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" | 24 | CFLAGS_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 | ||
15 | UPSTREAM_CHECK_URI = "http://www.cups.org/software.php" | ||
16 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | ||
17 | |||
15 | LEAD_SONAME = "libcupsdriver.so" | 18 | LEAD_SONAME = "libcupsdriver.so" |
16 | 19 | ||
17 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "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}. | |||
20 | SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" | 20 | SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" |
21 | SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" | 21 | SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" |
22 | 22 | ||
23 | UPSTREAM_CHECK_REGEX = "foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz" | ||
24 | |||
23 | inherit autotools pkgconfig | 25 | inherit autotools pkgconfig |
24 | 26 | ||
25 | EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" | 27 | EXTRA_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 \ | |||
24 | SRC_URI[md5sum] = "6072aef64205720dd1893b375e184171" | 24 | SRC_URI[md5sum] = "6072aef64205720dd1893b375e184171" |
25 | SRC_URI[sha256sum] = "450f549fc5b620c23c5929aa6d54b7ddfc7ee1cb1e8efdc5e8bb21d8d0c5319f" | 25 | SRC_URI[sha256sum] = "450f549fc5b620c23c5929aa6d54b7ddfc7ee1cb1e8efdc5e8bb21d8d0c5319f" |
26 | 26 | ||
27 | UPSTREAM_CHECK_REGEX = "iputils-(?P<pver>s\d+).tar" | ||
28 | |||
27 | do_compile () { | 29 | do_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 \ | |||
30 | SRC_URI[md5sum] = "049f51ccfe2686009c6ce943eeb4bbaf" | 30 | SRC_URI[md5sum] = "049f51ccfe2686009c6ce943eeb4bbaf" |
31 | SRC_URI[sha256sum] = "5bf06cb30ee2a2bd1f79f39aa91e46444e7cb19b48c95c4992fa63cfe4527a80" | 31 | SRC_URI[sha256sum] = "5bf06cb30ee2a2bd1f79f39aa91e46444e7cb19b48c95c4992fa63cfe4527a80" |
32 | 32 | ||
33 | UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" | ||
34 | |||
33 | inherit autotools update-alternatives | 35 | inherit autotools update-alternatives |
34 | 36 | ||
35 | do_install () { | 37 | do_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" | |||
9 | SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" | 9 | SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" |
10 | SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" | 10 | SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" | ||
13 | |||
12 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 14 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
13 | S = "${WORKDIR}/lsof_${PV}_src" | 15 | S = "${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 | |||
15 | SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" | 15 | SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" |
16 | SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" | 16 | SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018" | ||
19 | |||
18 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" | 21 | PACKAGECONFIG[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" | |||
16 | SRC_URI[md5sum] = "91a4911b13305850423840eb0fa6f4f9" | 16 | SRC_URI[md5sum] = "91a4911b13305850423840eb0fa6f4f9" |
17 | SRC_URI[sha256sum] = "573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee" | 17 | SRC_URI[sha256sum] = "573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/" | ||
20 | |||
19 | do_configure[noexec] = "1" | 21 | do_configure[noexec] = "1" |
20 | 22 | ||
21 | EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" | 23 | EXTRA_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 | ||
12 | UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
13 | |||
12 | DEPENDS += "base-passwd" | 14 | DEPENDS += "base-passwd" |
13 | 15 | ||
14 | inherit autotools-brokensep gettext systemd | 16 | inherit 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 \ | |||
24 | SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" | 24 | SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" |
25 | SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125" | 25 | SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125" |
26 | 26 | ||
27 | UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" | ||
28 | |||
27 | inherit autotools-brokensep distro_features_check | 29 | inherit 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" | |||
7 | SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12" | 7 | SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12" |
8 | SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716" | 8 | SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716" |
9 | 9 | ||
10 | UPSTREAM_CHECK_REGEX = "cairo-(?P<pver>\d+(\.\d+)+)\.tar" | ||
11 | |||
10 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" | 12 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" |
11 | 13 | ||
12 | SUMMARY_${PN} = "The Cairo 2D vector graphics library" | 14 | SUMMARY_${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 | ||
29 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | ||
30 | |||
29 | S = "${WORKDIR}/SDL-${PV}" | 31 | S = "${WORKDIR}/SDL-${PV}" |
30 | 32 | ||
31 | SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85" | 33 | SRC_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}. | |||
18 | SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d" | 18 | SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d" |
19 | SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c" | 19 | SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases" | ||
21 | 22 | ||
22 | inherit autotools pkgconfig | 23 | inherit 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 \ | |||
9 | SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69" | 9 | SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69" |
10 | SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa" | 10 | SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html" | ||
13 | |||
12 | inherit cmake distro_features_check lib_package | 14 | inherit 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" | |||
12 | SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158" | 12 | SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158" |
13 | SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c" | 13 | SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | ||
16 | |||
15 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
16 | 18 | ||
17 | EXTRA_OECONF = "--disable-docs" | 19 | EXTRA_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 | |||
11 | SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef" | 11 | SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef" |
12 | SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca" | 12 | SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://01.org/powertop/downloads" | ||
15 | |||
14 | inherit autotools gettext pkgconfig | 16 | inherit 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 | ||
12 | SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47" | 12 | SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47" |
13 | SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" | 13 | SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" |
14 | |||
15 | UPSTREAM_CHECK_URI = "http://www.mega-nerd.com/SRC/download.html" | ||
16 | |||
14 | S = "${WORKDIR}/libsamplerate-${PV}" | 17 | S = "${WORKDIR}/libsamplerate-${PV}" |
15 | 18 | ||
16 | inherit autotools pkgconfig | 19 | inherit 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 \ | |||
15 | SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e" | 15 | SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e" |
16 | SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" | 16 | SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" |
17 | 17 | ||
18 | UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)" | ||
19 | |||
18 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
19 | 21 | ||
20 | EXTRA_OECONF = "--disable-examples" | 22 | EXTRA_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" | |||
17 | SRC_URI[md5sum] = "08813525eeeffe7e305b4cbfade8ae9b" | 17 | SRC_URI[md5sum] = "08813525eeeffe7e305b4cbfade8ae9b" |
18 | SRC_URI[sha256sum] = "efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4" | 18 | SRC_URI[sha256sum] = "efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" | ||
21 | |||
20 | EXTRA_OECONF = " \ | 22 | EXTRA_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" | |||
11 | SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9" | 11 | SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9" |
12 | SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a" | 12 | SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" | ||
15 | |||
14 | inherit qt4x11 | 16 | inherit qt4x11 |
15 | 17 | ||
16 | do_install() { | 18 | do_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 = " \ | |||
14 | SRC_URI[md5sum] = "c4c56f986aa985677ca1db89630a2e11" | 14 | SRC_URI[md5sum] = "c4c56f986aa985677ca1db89630a2e11" |
15 | SRC_URI[sha256sum] = "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3" | 15 | SRC_URI[sha256sum] = "71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://libevent.org/" | ||
18 | |||
17 | S = "${WORKDIR}/${BPN}-${PV}-stable" | 19 | S = "${WORKDIR}/${BPN}-${PV}-stable" |
18 | 20 | ||
19 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "" |
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" | |||
10 | SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36" | 10 | SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36" |
11 | SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2" | 11 | SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2" |
12 | 12 | ||
13 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases/" | ||
14 | |||
13 | inherit autotools | 15 | inherit 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" | |||
8 | SRC_URI[md5sum] = "d6a1d5f8ddea3abd2cc3e98f58352d26" | 8 | SRC_URI[md5sum] = "d6a1d5f8ddea3abd2cc3e98f58352d26" |
9 | SRC_URI[sha256sum] = "617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3" | 9 | SRC_URI[sha256sum] = "617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "http://www.multiprecision.org/index.php?prog=mpc&page=download" | ||
12 | |||
11 | S = "${WORKDIR}/mpc-${PV}" | 13 | S = "${WORKDIR}/mpc-${PV}" |
12 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "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 | ||
16 | SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" | 16 | SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" |
17 | SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" | 17 | SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" |
18 | |||
19 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | ||
20 | |||
18 | S = "${WORKDIR}/libxslt-${PV}" | 21 | S = "${WORKDIR}/libxslt-${PV}" |
19 | 22 | ||
20 | BINCONFIG = "${bindir}/xslt-config" | 23 | BINCONFIG = "${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 \ | |||
12 | SRC_URI[md5sum] = "6969398cd2fbc56a6af570b5273c56a9" | 12 | SRC_URI[md5sum] = "6969398cd2fbc56a6af570b5273c56a9" |
13 | SRC_URI[sha256sum] = "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16" | 13 | SRC_URI[sha256sum] = "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" | ||
16 | |||
15 | S = "${WORKDIR}/mpfr-${PV}" | 17 | S = "${WORKDIR}/mpfr-${PV}" |
16 | 18 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "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 \ | |||
16 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" | 16 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" |
17 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" | 17 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" |
18 | 18 | ||
19 | UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" | ||
20 | |||
19 | EXTRA_OECONF = "--disable-openssl" | 21 | EXTRA_OECONF = "--disable-openssl" |
20 | 22 | ||
21 | inherit autotools ptest | 23 | inherit 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 = "\ | |||
27 | SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d" | 27 | SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d" |
28 | SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae" | 28 | SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae" |
29 | 29 | ||
30 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | ||
31 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" | ||
32 | |||
30 | inherit siteinfo | 33 | inherit siteinfo |
31 | 34 | ||
32 | DEPENDS = "sqlite3 nspr zlib nss-native" | 35 | DEPENDS = "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" | |||
15 | SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" | 15 | SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" |
16 | SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" | 16 | SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" | ||
19 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" | ||
20 | |||
18 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 21 | S = "${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" | |||
12 | SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" | 12 | SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" |
13 | SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" | 13 | SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://github.com/taglib/taglib/releases/" | ||
16 | |||
15 | BINCONFIG = "${bindir}/taglib-config" | 17 | BINCONFIG = "${bindir}/taglib-config" |
16 | 18 | ||
17 | inherit cmake pkgconfig binconfig-disabled | 19 | inherit cmake pkgconfig binconfig-disabled |