]> code.ossystems Code Review - openembedded-core.git/commitdiff
pax-utils: RDEPENDS on python
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 6 Jan 2015 23:00:56 +0000 (15:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 22:59:44 +0000 (22:59 +0000)
python script:
pax-utils/usr/bin/lddtree

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb

index ac14306e10da4d5e7d2ec4474fd5c937518151ee..ea3d78ebaa3ba1f405bab08aa9d4b7263d363521 100644 (file)
@@ -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