diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-01-28 14:41:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 11:22:09 +0000 |
commit | 815261a9277e2027ac92b3e229a07b8f9103695e (patch) | |
tree | 979b84e4017587042dbac207ae59304b86e7b4db /meta/recipes-extended | |
parent | 7f06b03ff894722bea87eb56951ea4de36b505eb (diff) | |
download | poky-815261a9277e2027ac92b3e229a07b8f9103695e.tar.gz |
ltp: fix comment to refer to oe-core instead of poky
(From OE-Core rev: 3312774a257ccec6adcc77534579526ef45732c3)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140115.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b518..4e20f24cce 100644 --- a/meta/recipes-extended/ltp/ltp_20140115.bb +++ b/meta/recipes-extended/ltp/ltp_20140115.bb | |||
@@ -43,7 +43,7 @@ do_install(){ | |||
43 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual | 43 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual |
44 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases | 44 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases |
45 | 45 | ||
46 | # We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky | 46 | # We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in oe-core |
47 | # We will add expect for enhancement in future | 47 | # We will add expect for enhancement in future |
48 | find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f | 48 | find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f |
49 | } | 49 | } |