summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dabc0f02e5..f1e58b2fc3 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
3HOMEPAGE = "http://ltp.sourceforge.net" 3HOMEPAGE = "http://ltp.sourceforge.net"
4SECTION = "console/utils" 4SECTION = "console/utils"
5 5
6PR = "r0" 6PR = "r1"
7 7
8LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause" 8LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -66,3 +66,7 @@ do_install(){
66 # We will add expect for enhancement in future 66 # We will add expect for enhancement in future
67 find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f 67 find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
68} 68}
69
70# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
71INHIBIT_PACKAGE_STRIP = "1"
72