aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2012-07-25 17:42:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:44:53 +0100
commit6b3c2aa5a32d7d21f9ac760dc7aa18829c03a875 (patch)
tree7337aa188a0128a108e782ecec9bfff2b05149c3 /meta/recipes-extended/ltp/ltp
parent66dcf21fb3e3249c6e04fdae3eb0400c2ae7d13f (diff)
downloadopenembedded-core-6b3c2aa5a32d7d21f9ac760dc7aa18829c03a875.tar.gz
ltp: update to version 20120614
Update ltp to version 20120614 and update license files at same time. Remove the patch because it has been merged. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp')
-rw-r--r--meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
deleted file mode 100644
index a8064cfd79..0000000000
--- a/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ltp-20120401/Makefile
-===================================================================
---- ltp-20120401.orig/Makefile
-+++ ltp-20120401/Makefile
-@@ -173,7 +173,7 @@ SRCDIR_INSTALL_TARGETS := $(SRCDIR_INSTA
- #
- .PHONY: Version
- Version:
-- if git describe &> /dev/null; then \
-+ if git describe > /dev/null 2>&1; then \
- git describe > "$@"; \
- else \
- cp VERSION "$@"; \