mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-filesystems: 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:
parent
304a68732d
commit
f1363ffca4
|
|
@ -6,7 +6,7 @@ LICENSE = "GPLv2"
|
|||
DEPENDS = "glib-2.0 fuse"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz"
|
||||
S = "${WORKDIR}/${P}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
|
|||
DEPENDS = "fuse"
|
||||
LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32"
|
||||
|
||||
SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz"
|
||||
SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${BP}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2"
|
||||
SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ DEPENDS = "readline zlib"
|
|||
|
||||
inherit cmake
|
||||
|
||||
SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
|
||||
SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LICENSE_libhandle = "LGPLv2.1"
|
|||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a"
|
||||
DEPENDS = "util-linux"
|
||||
|
||||
SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \
|
||||
SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BP}.tar.gz \
|
||||
file://remove-install-as-user.patch \
|
||||
file://drop-configure-check-for-aio.patch \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user