summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
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-connectivity
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-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb2
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb2
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
index 714aa50bd..d123d384b 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
6HOMEPAGE = "http://www.gammu.org/" 6HOMEPAGE = "http://www.gammu.org/"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2 \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.bz2 \
9 file://gammurc \ 9 file://gammurc \
10 file://gammu-smsdrc \ 10 file://gammu-smsdrc \
11" 11"
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb
index 6d39a0ae3..49b891784 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb
@@ -10,7 +10,7 @@ inherit autotools binconfig perlnative
10PNBLACKLIST[krb5] = "BROKEN: doesn't build with B!=S" 10PNBLACKLIST[krb5] = "BROKEN: doesn't build with B!=S"
11 11
12SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" 12SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
13SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${SHRT_VER}/${P}-signed.tar \ 13SRC_URI = "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar \
14 file://0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch \ 14 file://0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch \
15" 15"
16SRC_URI[md5sum] = "56f0ae274b285320b8a597cb89442449" 16SRC_URI[md5sum] = "56f0ae274b285320b8a597cb89442449"
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
index 124b8ca57..4af3a6a6a 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6 6
7DEPENDS = "libsigc++-2.0 openssl cppunit" 7DEPENDS = "libsigc++-2.0 openssl cppunit"
8 8
9SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
10 file://don-t-run-code-while-configuring-package.patch \ 10 file://don-t-run-code-while-configuring-package.patch \
11" 11"
12 12
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
index 62634c229..a9f523cbe 100644
--- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
+++ b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" 5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
6PR = "r1" 6PR = "r1"
7 7
8SRC_URI = "http://wireless.kernel.org/download/${PN}/${P}.tar.bz2 \ 8SRC_URI = "http://wireless.kernel.org/download/${BPN}/${BP}.tar.bz2 \
9 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ 9 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
10 file://dont.call.git.rev-parse.on.parent.dir.patch" 10 file://dont.call.git.rev-parse.on.parent.dir.patch"
11 11
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
index d1b64fb36..3addf9264 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent" 6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
7 7
8SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \ 8SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
9 file://don-t-run-code-while-configuring-package.patch \ 9 file://don-t-run-code-while-configuring-package.patch \
10" 10"
11 11
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
index af1ebf302..f7adf4c9f 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
7DEPENDS = "wvstreams" 7DEPENDS = "wvstreams"
8RDEPENDS_${PN} = "ppp" 8RDEPENDS_${PN} = "ppp"
9 9
10SRC_URI = "http://${PN}.googlecode.com/files/${PN}-${PV}.tar.bz2 \ 10SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.bz2 \
11 file://typo_pon.wvdial.1.patch \ 11 file://typo_pon.wvdial.1.patch \
12 " 12 "
13 13
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
index 00df2b880..bb4d72ccf 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"
6 6
7DEPENDS = "zlib openssl (>= 0.9.8)" 7DEPENDS = "zlib openssl (>= 0.9.8)"
8 8
9SRC_URI = "http://${PN}.googlecode.com/files/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \
10 file://04_signed_request.diff \ 10 file://04_signed_request.diff \
11 file://05_gcc.diff \ 11 file://05_gcc.diff \
12 file://06_gcc-4.7.diff \ 12 file://06_gcc-4.7.diff \