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>
This commit is contained in:
Fathi Boudra 2014-01-28 14:41:53 +02:00 committed by Richard Purdie
parent 7f06b03ff8
commit 815261a927
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ do_install(){
# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky
# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in oe-core
# We will add expect for enhancement in future
find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
}