[OE-core] [PATCH 2/2] pax-utils: RDEPENDS on python

Robert Yang liezhi.yang at windriver.com
Wed Jan 7 01:31:05 UTC 2015


python script:
pax-utils/usr/bin/lddtree

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ac14306..ea3d78e 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
-- 
1.7.9.5




More information about the Openembedded-core mailing list