mirror of
https://git.yoctoproject.org/poky
synced 2026-03-18 05:09:41 +01:00
stress-ng: provide stress
Since stress-ng replaces and is compatible with stress, provide stress to be compatible with the old recipe and binary packages. (From OE-Core rev: fd6cf57430b7c88525dc6711dadfbe8f02c44354) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d9f05b40d3
commit
72641004f7
@@ -14,6 +14,11 @@ SRC_URI[sha256sum] = "d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa52
|
||||
|
||||
DEPENDS = "coreutils-native"
|
||||
|
||||
PROVIDES = "stress"
|
||||
RPROVIDES_${PN} = "stress"
|
||||
RREPLACES_${PN} = "stress"
|
||||
RCONFLICTS_${PN} = "stress"
|
||||
|
||||
inherit bash-completion
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user