aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pax-utils
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-06 15:00:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 22:59:44 +0000
commitb972e7fc5774a6daf92511e897919ebad29f405b (patch)
tree078862c5f8bc8a989d6f181de87eac990586285a /meta/recipes-devtools/pax-utils
parent80262094fde6a44afd954bbecc7e016243661b81 (diff)
downloadopenembedded-core-contrib-b972e7fc5774a6daf92511e897919ebad29f405b.tar.gz
pax-utils: RDEPENDS on python
python script: pax-utils/usr/bin/lddtree Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/pax-utils')
-rw-r--r--meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
index ac14306e10..ea3d78ebaa 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz"
SRC_URI[md5sum] = "34c41888cec67759c21333bef13e950c"
SRC_URI[sha256sum] = "578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de"
-RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN} += "bash python"
do_install() {
oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install