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. Signed-off-by: Dan Callaghan <[email protected]> --- meta/recipes-extended/stress-ng/stress-ng_0.11.15.bb | 1 + 1 file changed, 1 insertion(+) 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..dcded1120d 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}/usr/bin/stress } -- 2.25.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#140887): https://lists.openembedded.org/g/openembedded-core/message/140887 Mute This Topic: https://lists.openembedded.org/mt/75740083/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
