[oe-commits] [openembedded-core] 01/02: stress-ng: provide stress

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 16:43:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fd6cf57430b7c88525dc6711dadfbe8f02c44354
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Wed Aug 14 18:15:54 2019 +0300

    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 at bmw.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb | 5 +++++
 1 file changed, 5 insertions(+)

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 e800040..7d194b3 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list