[oe-commits] Fathi Boudra : ltp: fix comment to refer to oe-core instead of poky

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:26:05 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 3312774a257ccec6adcc77534579526ef45732c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3312774a257ccec6adcc77534579526ef45732c3

Author: Fathi Boudra <fathi.boudra at linaro.org>
Date:   Tue Jan 28 14:41:53 2014 +0200

ltp: fix comment to refer to oe-core instead of poky

Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/ltp/ltp_20140115.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb
index d9c707b..4e20f24 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
 }



More information about the Openembedded-commits mailing list