summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-extended/stress-ng
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/stress-ng')
-rw-r--r--poky/meta/recipes-extended/stress-ng/stress-ng_0.11.18.bb (renamed from poky/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/poky/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb b/poky/meta/recipes-extended/stress-ng/stress-ng_0.11.18.bb
index 8ea0476db..c668d8cbd 100644
--- a/poky/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb
+++ b/poky/meta/recipes-extended/stress-ng/stress-ng_0.11.18.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
file://no_daddr_t.patch \
"
-SRC_URI[sha256sum] = "6a333650fb5c85c5221f10d2cf890e9fc56530696e118d975fbbe96126c06963"
+SRC_URI[sha256sum] = "07c82a5c89538b5b696a79192faa70d0232352004c9e532946f7f3613d0adf23"
DEPENDS = "coreutils-native"
@@ -22,5 +22,6 @@ inherit bash-completion
do_install() {
oe_runmake DESTDIR=${D} install
+ ln -s stress-ng ${D}${bindir}/stress
}