diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-31 15:17:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 09:28:51 -0700 |
commit | b638fb2fdb60b0c5d71f3307cf19cd4b3d0d0217 (patch) | |
tree | 0979fc3bafff8398a47525859ad9eca2ad9c5de2 /meta/recipes-extended/stress | |
parent | be79a1727f64c6a910baff01fc41f0bd0fb49114 (diff) | |
download | poky-b638fb2fdb60b0c5d71f3307cf19cd4b3d0d0217.tar.gz |
stress: use BPN and BP in SRC_URI
(From OE-Core rev: 035c1d565a2e035ea2781d0ac83a3919ad74150e)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress')
-rw-r--r-- | meta/recipes-extended/stress/stress_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb index 00d9940d53..4b7e4bab71 100644 --- a/meta/recipes-extended/stress/stress_1.0.4.bb +++ b/meta/recipes-extended/stress/stress_1.0.4.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \ | 7 | SRC_URI = "http://people.seas.harvard.edu/~apw/${BPN}/${BP}.tar.gz \ |
8 | file://texinfo.patch \ | 8 | file://texinfo.patch \ |
9 | " | 9 | " |
10 | 10 | ||