aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-01-28 14:41:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 11:21:54 +0000
commit3312774a257ccec6adcc77534579526ef45732c3 (patch)
tree077c195e4c34ed129b2124a33471e0dcd425e7d0 /meta/recipes-extended/ltp
parent9c6e76effaf94f01a577cbb6cfa08a35ca92172c (diff)
downloadopenembedded-core-3312774a257ccec6adcc77534579526ef45732c3.tar.gz
ltp: fix comment to refer to oe-core instead of poky
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r--meta/recipes-extended/ltp/ltp_20140115.bb2
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(){
# 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
}