[oe-commits] Robert Yang : tomoyo-tools: use BP in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu Jan 8 11:04:41 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 4577befd3b319379ee8515339d0b593045a8ca30
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4577befd3b319379ee8515339d0b593045a8ca30

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Jan  4 18:30:13 2015 -0800

tomoyo-tools: use BP in SRC_URI

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
index bb2676b..adb538b 100644
--- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -5,11 +5,11 @@ being useful purely as a system analysis tool."
 HOMEPAGE = "http://tomoyo.sourceforge.jp/"
 SECTION = "System Environment/Kernel"
 
-SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${PN}-${PV}-20140601.tar.gz"
+SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20140601.tar.gz"
 SRC_URI[md5sum] = "888869b793127f00d6439a3246598b83"
 SRC_URI[sha256sum] = "118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe"



More information about the Openembedded-commits mailing list