diff options
Diffstat (limited to 'meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb')
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb index 430eac0d87..32c2d2b6a7 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb | |||
@@ -13,9 +13,9 @@ SRC_URI[sha256sum] = "f27af50f6f2308e707fef927674bdd209a046b116734281b792aeca35a | |||
13 | DEPENDS = "coreutils-native" | 13 | DEPENDS = "coreutils-native" |
14 | 14 | ||
15 | PROVIDES = "stress" | 15 | PROVIDES = "stress" |
16 | RPROVIDES_${PN} = "stress" | 16 | RPROVIDES:${PN} = "stress" |
17 | RREPLACES_${PN} = "stress" | 17 | RREPLACES:${PN} = "stress" |
18 | RCONFLICTS_${PN} = "stress" | 18 | RCONFLICTS:${PN} = "stress" |
19 | 19 | ||
20 | inherit bash-completion | 20 | inherit bash-completion |
21 | 21 | ||