summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-01-20 10:11:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:26 +0000
commit5c6aa87a9124815df768392cde715cbb8ce55104 (patch)
tree40c6b6cae8e75ccba02b45ea4b6e37b968f5e95c /meta/recipes-extended/ltp
parent19561311a323a947f8f5572600b4ad97a45e4916 (diff)
downloadast2050-yocto-poky-5c6aa87a9124815df768392cde715cbb8ce55104.zip
ast2050-yocto-poky-5c6aa87a9124815df768392cde715cbb8ce55104.tar.gz
ltp: disable elf binary stripping
Otherwise the ltp tests ldd01 & nm01 fail due to missing stripped information. This Fixes these bugs: [YOCTO #1922] [YOCTO #1923] (From OE-Core rev: 075266fa8bf12719c58a21c75a35fede5608dcdf) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r--meta/recipes-extended/ltp/ltp_20110915.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20110915.bb b/meta/recipes-extended/ltp/ltp_20110915.bb
index dabc0f0..f1e58b2 100644
--- a/meta/recipes-extended/ltp/ltp_20110915.bb
+++ b/meta/recipes-extended/ltp/ltp_20110915.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, an
HOMEPAGE = "http://ltp.sourceforge.net"
SECTION = "console/utils"
-PR = "r0"
+PR = "r1"
LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -66,3 +66,7 @@ do_install(){
# 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
}
+
+# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
+INHIBIT_PACKAGE_STRIP = "1"
+
OpenPOWER on IntegriCloud