[oe-commits] Chong.Lu at windriver.com : libhugetlbfs: add bash and perl to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Oct 30 08:04:19 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 12236ba5f771bf5f506945cbd30be450def8280e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=12236ba5f771bf5f506945cbd30be450def8280e

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Mon Oct 27 16:27:50 2014 +0800

libhugetlbfs: add bash and perl to RDEPENDS

This solves the following warning:

libhugetlbfs-2.18: libhugetlbfs-tests requires /bin/bash, but no providers in
its RDEPENDS [file-rdeps]
libhugetlbfs-2.18: libhugetlbfs requires /bin/bash, /usr/bin/perl, but no
providers in its RDEPENDS [file-rdeps]

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 851b050..c2262ea 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -3,7 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 DEPENDS = "sysfsutils perl"
-RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource"
+RDEPENDS_${PN} += "bash perl python python-io python-lang python-subprocess python-resource"
+RDEPENDS_${PN}-tests += "bash"
 
 PV = "2.18"
 PE = "1"



More information about the Openembedded-commits mailing list