[oe-commits] Robert Yang : pax-utils: RDEPENDS on python

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:14:50 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: b972e7fc5774a6daf92511e897919ebad29f405b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b972e7fc5774a6daf92511e897919ebad29f405b

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan  6 15:00:56 2015 -0800

pax-utils: RDEPENDS on python

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



More information about the Openembedded-commits mailing list