]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: fix comment to refer to oe-core instead of poky
authorFathi Boudra <fathi.boudra@linaro.org>
Tue, 28 Jan 2014 12:41:53 +0000 (14:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 11:21:54 +0000 (11:21 +0000)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/ltp/ltp_20140115.bb

index d9c707b5187b68826a6548d2b421292483489ae6..4e20f24cce0a51210d4e177195ee241549843029 100644 (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
 }