diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:53 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
commit | f1363ffca46827b86258871dfdbcac202f2c7d7d (patch) | |
tree | 3468be75d8f9695193c1a71cfcb0ff076eb15c8d /meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | |
parent | 304a68732d93e0714816d35783ee45100d438bfa (diff) | |
download | meta-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/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb')
-rw-r--r-- | meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
5 | DEPENDS = "fuse" | 5 | DEPENDS = "fuse" |
6 | LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32" | 6 | LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32" |
7 | 7 | ||
8 | SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz" | 8 | SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${BP}.tar.xz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2" | 10 | SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2" |
11 | SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" | 11 | SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" |