diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb | 5 |
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 | |||
14 | 14 | ||
15 | DEPENDS = "coreutils-native" | 15 | DEPENDS = "coreutils-native" |
16 | 16 | ||
17 | PROVIDES = "stress" | ||
18 | RPROVIDES_${PN} = "stress" | ||
19 | RREPLACES_${PN} = "stress" | ||
20 | RCONFLICTS_${PN} = "stress" | ||
21 | |||
17 | inherit bash-completion | 22 | inherit bash-completion |
18 | 23 | ||
19 | do_install() { | 24 | do_install() { |