diff options
author | Chong.Lu@windriver.com <Chong.Lu@windriver.com> | 2014-10-27 16:27:50 +0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-09 08:43:18 -0800 |
commit | b84729a782e076fc28622aaa359c952980619d31 (patch) | |
tree | 0836c0469c77304067ec76203b0c7da7974b8503 /meta-openembedded | |
parent | 46862519ec14fa69794cd61133dac70c807a833a (diff) | |
download | tizen-distro-b84729a782e076fc28622aaa359c952980619d31.tar.gz tizen-distro-b84729a782e076fc28622aaa359c952980619d31.tar.bz2 tizen-distro-b84729a782e076fc28622aaa359c952980619d31.zip |
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]
(From meta-openembedded rev: 12236ba5f771bf5f506945cbd30be450def8280e)
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Diffstat (limited to 'meta-openembedded')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 851b050ebb..c2262eaaa5 100644 --- a/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-openembedded/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" |