From: Fathi Boudra Date: Tue, 28 Jan 2014 12:41:53 +0000 (+0200) Subject: ltp: fix comment to refer to oe-core instead of poky X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34697 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3312774a257ccec6adcc77534579526ef45732c3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ltp: fix comment to refer to oe-core instead of poky Signed-off-by: Fathi Boudra Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b5187..4e20f24cce0 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 }