From 7c3055e70f2dba92787d37d7b04d2486c7772740 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Thu, 23 Jul 2020 18:50:31 +1000 Subject: stress-ng: create a symlink for /usr/bin/stress In commit 72641004, stress-ng was made to provide the stress package, because it's backwards compatible with the old stress command. But it doesn't actually provide /usr/bin/stress which is what other recipes depending on stress will expect. Symlink /usr/bin/stress to stress-ng so that it actually becomes a drop-in replacement for stress. (From OE-Core rev: 5d8c4ea26a48135c3405afac0372e4e062a7339a) Signed-off-by: Dan Callaghan Signed-off-by: Richard Purdie --- meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb index 8ea0476db5..28bf9884cf 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb @@ -22,5 +22,6 @@ inherit bash-completion do_install() { oe_runmake DESTDIR=${D} install + ln -s stress-ng ${D}${bindir}/stress } -- cgit v1.2.3-54-g00ecf