diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-06 15:00:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:19 +0000 |
commit | 175d162b19b65a329163b0510d915ffae71af4de (patch) | |
tree | 4683bc8639503ecdc3bf33eff1c286ae63de46fe /meta/recipes-devtools/pax-utils | |
parent | 23864d6e3fab84fe7d5dd2e9a9676d766c8e58f2 (diff) | |
download | poky-175d162b19b65a329163b0510d915ffae71af4de.tar.gz |
pax-utils: RDEPENDS on python
python script:
pax-utils/usr/bin/lddtree
(From OE-Core rev: b972e7fc5774a6daf92511e897919ebad29f405b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pax-utils')
-rw-r--r-- | meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb | 2 |
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" | |||
12 | SRC_URI[md5sum] = "34c41888cec67759c21333bef13e950c" | 12 | SRC_URI[md5sum] = "34c41888cec67759c21333bef13e950c" |
13 | SRC_URI[sha256sum] = "578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de" | 13 | SRC_URI[sha256sum] = "578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "bash" | 15 | RDEPENDS_${PN} += "bash python" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install | 18 | oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install |