diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:58 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
| commit | 05de0ca43d325d32faa6067013cd7c596f2001bf (patch) | |
| tree | 72d4781ed700c25c75f4fe33930b66e5532049ca /meta-oe/recipes-connectivity/wvdial | |
| parent | 621de68d6217b1707db6184d19f1f650d8ca2ef4 (diff) | |
| download | meta-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/wvdial')
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index af1ebf3024..f7adf4c9f4 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" | |||
| 7 | DEPENDS = "wvstreams" | 7 | DEPENDS = "wvstreams" |
| 8 | RDEPENDS_${PN} = "ppp" | 8 | RDEPENDS_${PN} = "ppp" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://${PN}.googlecode.com/files/${PN}-${PV}.tar.bz2 \ | 10 | SRC_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 00df2b8800..bb4d72ccfd 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 | ||
| 7 | DEPENDS = "zlib openssl (>= 0.9.8)" | 7 | DEPENDS = "zlib openssl (>= 0.9.8)" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://${PN}.googlecode.com/files/${PN}-${PV}.tar.gz \ | 9 | SRC_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 \ |
