diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch) | |
tree | cd92befe31cb74f2878339e01c503a64de9e0b90 /meta/recipes-extended | |
parent | 74bfa62f85433991f007ae1e029e76db05b3a380 (diff) | |
download | poky-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/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 3 | ||||
-rw-r--r-- | meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/iputils/iputils_s20121221.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/less/less_479.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.89.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 2 |
10 files changed, 21 insertions, 0 deletions
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 |