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-utils | |
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-utils')
-rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" | 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" |
7 | DEPENDS = "util-linux" | 7 | DEPENDS = "util-linux" |
8 | 8 | ||
9 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ | 9 | SRC_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 | " |