diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-27 08:57:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-28 15:12:44 +0100 |
commit | 44f98bbab857155c59df5f145c762462d8ae30f9 (patch) | |
tree | f62314e59731dd25a2cc637186a3b153a0e85577 /meta/recipes-extended/ltp | |
parent | 8ffa79e347c89e85c3231ef0c35527b1c92b8458 (diff) | |
download | poky-44f98bbab857155c59df5f145c762462d8ae30f9.tar.gz |
ltp: fix RDEPENDS
Fixed:
/opt/ltp/testcases/bin/aio01 -> libaio
/opt/ltp/testcases/bin/*.sh -> bash
/opt/ltp/testcases/bin/*.py -> python
/opt/ltp/bin/*.awk -> awk
(From OE-Core rev: 92b554e2c023c14013625e4464df8fa7187e4524)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140422.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index 30761fd920..c658bc0e93 100644 --- a/meta/recipes-extended/ltp/ltp_20140422.bb +++ b/meta/recipes-extended/ltp/ltp_20140422.bb | |||
@@ -65,7 +65,7 @@ do_install(){ | |||
65 | find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f | 65 | find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f |
66 | } | 66 | } |
67 | 67 | ||
68 | RDEPENDS_${PN} = "perl e2fsprogs-mke2fs" | 68 | RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk" |
69 | 69 | ||
70 | FILES_${PN}-dbg += "\ | 70 | FILES_${PN}-dbg += "\ |
71 | /opt/ltp/runtest/.debug \ | 71 | /opt/ltp/runtest/.debug \ |