summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:53 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commitf1363ffca46827b86258871dfdbcac202f2c7d7d (patch)
tree3468be75d8f9695193c1a71cfcb0ff076eb15c8d /meta-filesystems
parent304a68732d93e0714816d35783ee45100d438bfa (diff)
downloadmeta-openembedded-f1363ffca46827b86258871dfdbcac202f2c7d7d.tar.gz
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>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb2
-rw-r--r--meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb2
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb2
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
index ba64310b8..459d1575e 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
6DEPENDS = "glib-2.0 fuse" 6DEPENDS = "glib-2.0 fuse"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" 9SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz"
10S = "${WORKDIR}/${P}" 10S = "${WORKDIR}/${P}"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
index 1d5036469..38ded9f68 100644
--- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
+++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5DEPENDS = "fuse" 5DEPENDS = "fuse"
6LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32" 6LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32"
7 7
8SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz" 8SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${BP}.tar.xz"
9 9
10SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2" 10SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2"
11SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" 11SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662"
diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
index 9ad7fabfb..5618f28a6 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
@@ -6,6 +6,6 @@ DEPENDS = "readline zlib"
6 6
7inherit cmake 7inherit cmake
8 8
9SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2" 9SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
10SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" 10SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
11SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" 11SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
index 4c3f8fabe..fcf8f12bb 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
@@ -6,7 +6,7 @@ LICENSE_libhandle = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" 6LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a"
7DEPENDS = "util-linux" 7DEPENDS = "util-linux"
8 8
9SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ 9SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BP}.tar.gz \
10 file://remove-install-as-user.patch \ 10 file://remove-install-as-user.patch \
11 file://drop-configure-check-for-aio.patch \ 11 file://drop-configure-check-for-aio.patch \
12" 12"