[oe-commits] Bruce Ashfield : perf: add bash to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 11:10:13 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 6f39aae20d88a2d764c3a85617cd36b81af804f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6f39aae20d88a2d764c3a85617cd36b81af804f1

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Wed Mar 11 09:14:54 2015 -0400

perf: add bash to RDEPENDS

perf has a dependency on bash in its utilities, which generate the
following warning:

  WARNING: QA Issue: perf requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Since perf is not installed on extremely small systems, we just add
bash to the RDEPENDS, rather than modifying scripts or removing content.

[YOCTO: #7445]

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

---

 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index f69d177..420fe6b 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -170,7 +170,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python"
 
-RDEPENDS_${PN} += "elfutils"
+RDEPENDS_${PN} += "elfutils bash"
 RDEPENDS_${PN}-archive =+ "bash"
 RDEPENDS_${PN}-python =+ "bash python"
 RDEPENDS_${PN}-perl =+ "bash perl perl-modules"



More information about the Openembedded-commits mailing list