summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@bmw.de>2019-08-14 18:15:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-14 17:43:02 +0100
commitfd6cf57430b7c88525dc6711dadfbe8f02c44354 (patch)
treeb32a1492254e440ef4b738b4d453d1c8b0d485b2 /meta/recipes-extended
parent461a2f54751ca18e17f897b10d6c3c47dab1733a (diff)
downloadopenembedded-core-contrib-fd6cf57430b7c88525dc6711dadfbe8f02c44354.tar.gz
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. Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb
index e800040c37..7d194b305e 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb
@@ -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() {