From: Robert Yang Date: Tue, 6 Jan 2015 23:00:56 +0000 (-0800) Subject: pax-utils: RDEPENDS on python X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b972e7fc5774a6daf92511e897919ebad29f405b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pax-utils: RDEPENDS on python python script: pax-utils/usr/bin/lddtree Signed-off-by: Robert Yang --- 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 ac14306e10d..ea3d78ebaa3 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