summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:58 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commit05de0ca43d325d32faa6067013cd7c596f2001bf (patch)
tree72d4781ed700c25c75f4fe33930b66e5532049ca /meta-oe/recipes-support
parent621de68d6217b1707db6184d19f1f650d8ca2ef4 (diff)
downloadmeta-openembedded-05de0ca43d325d32faa6067013cd7c596f2001bf.tar.gz
meta-oe: use BPN in SRC_URI
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/asio/asio.inc2
-rw-r--r--meta-oe/recipes-support/farsight/farsight2_0.0.22.bb2
-rw-r--r--meta-oe/recipes-support/iksemel/iksemel_1.4.bb2
-rw-r--r--meta-oe/recipes-support/libol/libol_0.3.18.bb2
-rw-r--r--meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb2
-rw-r--r--meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc2
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.23.bb2
-rw-r--r--meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb2
-rw-r--r--meta-oe/recipes-support/pidgin/libotr_4.0.0.bb2
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb2
-rw-r--r--meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb2
-rw-r--r--meta-oe/recipes-support/poppler/poppler_0.22.4.bb2
-rw-r--r--meta-oe/recipes-support/rng-tools/rng-tools_4.bb2
-rw-r--r--meta-oe/recipes-support/zile/zile_2.4.9.bb2
14 files changed, 14 insertions, 14 deletions
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc
index c2a6b1b52..9cea82491 100644
--- a/meta-oe/recipes-support/asio/asio.inc
+++ b/meta-oe/recipes-support/asio/asio.inc
@@ -8,7 +8,7 @@ LICENSE = "BSL-1.0"
8 8
9DEPENDS = "boost" 9DEPENDS = "boost"
10 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2" 11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
12 12
13inherit autotools 13inherit autotools
14 14
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
index a1029b34e..beb610813 100644
--- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
+++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." 1DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
2HOMEPAGE = "http://farsight.sf.net" 2HOMEPAGE = "http://farsight.sf.net"
3SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" 3SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${BP}.tar.gz"
4 4
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb b/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
index c7de2f4ce..6d2abf7ce 100644
--- a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
+++ b/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
@@ -8,7 +8,7 @@ DEPENDS = "gnutls"
8 8
9PR = "r1" 9PR = "r1"
10 10
11SRC_URI = "http://iksemel.googlecode.com/files/${P}.tar.gz;name=archive \ 11SRC_URI = "http://iksemel.googlecode.com/files/${BP}.tar.gz;name=archive \
12 file://r25.diff" 12 file://r25.diff"
13SRC_URI[archive.md5sum] = "532e77181694f87ad5eb59435d11c1ca" 13SRC_URI[archive.md5sum] = "532e77181694f87ad5eb59435d11c1ca"
14SRC_URI[archive.sha256sum] = "458c1b8fb3349076a6cecf26c29db1d561315d84e16bfcfba419f327f502e244" 14SRC_URI[archive.sha256sum] = "458c1b8fb3349076a6cecf26c29db1d561315d84e16bfcfba419f327f502e244"
diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb
index 60e2205f7..d2d7c260f 100644
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
5 5
6SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz" 6SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz"
7SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17" 7SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
8SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" 8SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
9 9
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
index b21d9db02..2b036f901 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
@@ -3,7 +3,7 @@ SUMMARY = "A Library to Access SMI MIB Information"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7"
5 5
6SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/${P}.tar.gz" 6SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/${BP}.tar.gz"
7 7
8SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e" 8SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e"
9SRC_URI[sha256sum] = "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849" 9SRC_URI[sha256sum] = "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849"
diff --git a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
index 84846587b..e0c905597 100644
--- a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
@@ -11,7 +11,7 @@ INC_PR = "r12"
11 11
12inherit autotools systemd 12inherit autotools systemd
13 13
14SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${PN}_${PV}.tar.gz" 14SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${BPN}_${PV}.tar.gz"
15 15
16noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}" 16noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
17 17
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
index 306a78647..b2693b5b0 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
@@ -13,7 +13,7 @@ SECTION = "libs"
13 13
14LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" 14LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
15 15
16SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz \ 16SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${BP}.tgz \
17 file://openldap-m4-pthread.patch \ 17 file://openldap-m4-pthread.patch \
18 file://kill-icu.patch \ 18 file://kill-icu.patch \
19 file://0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0.patch \ 19 file://0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0.patch \
diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
index 67c2c00ce..e0ebe7da9 100644
--- a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
+++ b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
@@ -6,7 +6,7 @@ inherit autotools gettext pkgconfig
6 6
7DEPENDS = "libtasn1 libffi" 7DEPENDS = "libtasn1 libffi"
8 8
9SRC_URI = "http://p11-glue.freedesktop.org/releases/${PN}-${PV}.tar.gz" 9SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz"
10SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab" 10SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab"
11SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256" 11SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256"
12 12
diff --git a/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb b/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb
index 7396efd2d..a31284134 100644
--- a/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb
+++ b/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
5DEPENDS = "libgcrypt libgpg-error" 5DEPENDS = "libgcrypt libgpg-error"
6 6
7SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \ 7SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \
8 file://fix_qa-issue_include.patch \ 8 file://fix_qa-issue_include.patch \
9" 9"
10 10
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
index cf3c680d2..94ab363ac 100644
--- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
5DEPENDS = "libgcrypt libotr pidgin" 5DEPENDS = "libgcrypt libotr pidgin"
6 6
7SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \ 7SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \
8 file://ignore_extra-portability_warnings.patch \ 8 file://ignore_extra-portability_warnings.patch \
9" 9"
10 10
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb
index 644e31801..014ba7cdd 100644
--- a/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb
+++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \
7 7
8inherit allarch 8inherit allarch
9 9
10SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" 10SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.gz"
11SRC_URI[md5sum] = "a8a7ca808827dd674faba6e4fc73b471" 11SRC_URI[md5sum] = "a8a7ca808827dd674faba6e4fc73b471"
12SRC_URI[sha256sum] = "f306901dfa5bda90cd6663d4eedb1c773c3c709de78018c79f1282b2c8f90afa" 12SRC_URI[sha256sum] = "f306901dfa5bda90cd6663d4eedb1c773c3c709de78018c79f1282b2c8f90afa"
13 13
diff --git a/meta-oe/recipes-support/poppler/poppler_0.22.4.bb b/meta-oe/recipes-support/poppler/poppler_0.22.4.bb
index 7aa0dfc90..e14a44278 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.22.4.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.22.4.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5SRC_URI = " \ 5SRC_URI = " \
6 http://poppler.freedesktop.org/${PN}-${PV}.tar.gz \ 6 http://poppler.freedesktop.org/${BP}.tar.gz \
7" 7"
8SRC_URI[md5sum] = "49d55921ce795778c7231fe9f2fe923b" 8SRC_URI[md5sum] = "49d55921ce795778c7231fe9f2fe923b"
9SRC_URI[sha256sum] = "4f438f34e63265e2da8427f3423f940ff41c26088922a9f5d976f795c1dce13b" 9SRC_URI[sha256sum] = "4f438f34e63265e2da8427f3423f940ff41c26088922a9f5d976f795c1dce13b"
diff --git a/meta-oe/recipes-support/rng-tools/rng-tools_4.bb b/meta-oe/recipes-support/rng-tools/rng-tools_4.bb
index f620d8a6f..f10fad1df 100644
--- a/meta-oe/recipes-support/rng-tools/rng-tools_4.bb
+++ b/meta-oe/recipes-support/rng-tools/rng-tools_4.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4DEPENDS_append_libc-uclibc = " argp-standalone" 4DEPENDS_append_libc-uclibc = " argp-standalone"
5 5
6SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${P}.tar.gz \ 6SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${BP}.tar.gz \
7 file://init \ 7 file://init \
8 file://default" 8 file://default"
9 9
diff --git a/meta-oe/recipes-support/zile/zile_2.4.9.bb b/meta-oe/recipes-support/zile/zile_2.4.9.bb
index 0421ff7cd..dea9f6c73 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.9.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.9.bb
@@ -5,7 +5,7 @@ DEPENDS = "ncurses libgc"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8SRC_URI = "http://ftp.gnu.org/gnu/zile/${P}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \
9 file://remove-help2man.patch \ 9 file://remove-help2man.patch \
10" 10"
11 11