mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
621de68d62
commit
05de0ca43d
@@ -8,7 +8,7 @@ LICENSE = "BSL-1.0"
|
||||
|
||||
DEPENDS = "boost"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
|
||||
HOMEPAGE = "http://farsight.sf.net"
|
||||
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
|
||||
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${BP}.tar.gz"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS = "gnutls"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://iksemel.googlecode.com/files/${P}.tar.gz;name=archive \
|
||||
SRC_URI = "http://iksemel.googlecode.com/files/${BP}.tar.gz;name=archive \
|
||||
file://r25.diff"
|
||||
SRC_URI[archive.md5sum] = "532e77181694f87ad5eb59435d11c1ca"
|
||||
SRC_URI[archive.sha256sum] = "458c1b8fb3349076a6cecf26c29db1d561315d84e16bfcfba419f327f502e244"
|
||||
|
||||
@@ -3,7 +3,7 @@ SECTION = "libs"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
|
||||
|
||||
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"
|
||||
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
|
||||
SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ SUMMARY = "A Library to Access SMI MIB Information"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7"
|
||||
|
||||
SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/${P}.tar.gz"
|
||||
SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e"
|
||||
SRC_URI[sha256sum] = "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849"
|
||||
|
||||
@@ -11,7 +11,7 @@ INC_PR = "r12"
|
||||
|
||||
inherit autotools systemd
|
||||
|
||||
SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${PN}_${PV}.tar.gz"
|
||||
SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${BPN}_${PV}.tar.gz"
|
||||
|
||||
noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SECTION = "libs"
|
||||
|
||||
LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
|
||||
|
||||
SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz \
|
||||
SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${BP}.tgz \
|
||||
file://openldap-m4-pthread.patch \
|
||||
file://kill-icu.patch \
|
||||
file://0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0.patch \
|
||||
|
||||
@@ -6,7 +6,7 @@ inherit autotools gettext pkgconfig
|
||||
|
||||
DEPENDS = "libtasn1 libffi"
|
||||
|
||||
SRC_URI = "http://p11-glue.freedesktop.org/releases/${PN}-${PV}.tar.gz"
|
||||
SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab"
|
||||
SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
|
||||
DEPENDS = "libgcrypt libgpg-error"
|
||||
|
||||
SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \
|
||||
SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \
|
||||
file://fix_qa-issue_include.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
|
||||
DEPENDS = "libgcrypt libotr pidgin"
|
||||
|
||||
SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \
|
||||
SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \
|
||||
file://ignore_extra-portability_warnings.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \
|
||||
|
||||
inherit allarch
|
||||
|
||||
SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
|
||||
SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "a8a7ca808827dd674faba6e4fc73b471"
|
||||
SRC_URI[sha256sum] = "f306901dfa5bda90cd6663d4eedb1c773c3c709de78018c79f1282b2c8f90afa"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = " \
|
||||
http://poppler.freedesktop.org/${PN}-${PV}.tar.gz \
|
||||
http://poppler.freedesktop.org/${BP}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "49d55921ce795778c7231fe9f2fe923b"
|
||||
SRC_URI[sha256sum] = "4f438f34e63265e2da8427f3423f940ff41c26088922a9f5d976f795c1dce13b"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS_append_libc-uclibc = " argp-standalone"
|
||||
|
||||
SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${P}.tar.gz \
|
||||
SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${BP}.tar.gz \
|
||||
file://init \
|
||||
file://default"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "ncurses libgc"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "http://ftp.gnu.org/gnu/zile/${P}.tar.gz \
|
||||
SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \
|
||||
file://remove-help2man.patch \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user