diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-04 18:30:13 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 11:57:52 +0100 |
commit | 4577befd3b319379ee8515339d0b593045a8ca30 (patch) | |
tree | a51d7d9d7debd136d0108134373bf5281ccf628e /meta-oe/recipes-support | |
parent | f9ea65bbebd2efce683cdad3ae79d0ab1526ba47 (diff) | |
download | meta-openembedded-4577befd3b319379ee8515339d0b593045a8ca30.tar.gz |
tomoyo-tools: use BP in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | 4 |
1 files 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 bb2676b0a..adb538b7b 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." | |||
5 | HOMEPAGE = "http://tomoyo.sourceforge.jp/" | 5 | HOMEPAGE = "http://tomoyo.sourceforge.jp/" |
6 | SECTION = "System Environment/Kernel" | 6 | SECTION = "System Environment/Kernel" |
7 | 7 | ||
8 | SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${PN}-${PV}-20140601.tar.gz" | 8 | SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20140601.tar.gz" |
9 | SRC_URI[md5sum] = "888869b793127f00d6439a3246598b83" | 9 | SRC_URI[md5sum] = "888869b793127f00d6439a3246598b83" |
10 | SRC_URI[sha256sum] = "118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a" | 10 | SRC_URI[sha256sum] = "118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a" |
11 | 11 | ||
12 | S = "${WORKDIR}/${PN}" | 12 | S = "${WORKDIR}/${BPN}" |
13 | 13 | ||
14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" | 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" |