]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
stress-ng: Add bash to RDEPENDS_stress-ng-bash-completion rbt/stress-ng
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 6 Aug 2019 06:36:36 +0000 (14:36 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 6 Aug 2019 11:28:20 +0000 (19:28 +0800)
Fixed:
$ bitbake stress-ng bash -ccleansstate && bitbake stress-ng
ERROR: stress-ng-0.10.00-r0 do_package_qa: QA Issue: /usr/share/bash-completion/completions/stress-ng contained in package stress-ng-bash-completion requires /bin/bash, but no providers found in RDEPENDS_stress-ng-bash-completion? [file-rdeps]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb

index f7faf97e68144f14abe1df10ff8fb3be499bb2e4..a417cf0ed226633f053779c5817f7a50351fdedb 100644 (file)
@@ -15,6 +15,8 @@ DEPENDS = "coreutils-native"
 
 inherit bash-completion
 
+RDEPENDS_${PN}-bash-completion += "bash"
+
 do_install() {
     oe_runmake DESTDIR=${D} install
 }