aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch26
-rw-r--r--meta/recipes-extended/ltp/ltp_20170516.bb1
2 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch b/meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch
new file mode 100644
index 00000000000..fd8f0695518
--- /dev/null
+++ b/meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch
@@ -0,0 +1,26 @@
+From df867372ad33894049b8aa185aab867888820581 Mon Sep 17 00:00:00 2001
+From: Choong Yin Thong <yin.thong.choong@intel.com>
+Date: Wed, 26 Jul 2017 16:05:02 +0800
+Subject: [PATCH] remove uclibc
+
+Signed-off-by: Choong Yin Thong <yin.thong.choong@intel.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 1808cea..b50450f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -49,7 +49,7 @@ SKIP_IDCHECK ?= 0
+ UCLINUX ?= 0
+ export UCLINUX
+
+-# System C library implementation (glibc,uclibc,musl etc.)
++# System C library implementation (glibc,musl etc.)
+ # default to glibc if not set
+ LIBC ?= glibc
+ export LIBC
+--
+2.7.4
+
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb
index 86b801288db..3877a60eefa 100644
--- a/meta/recipes-extended/ltp/ltp_20170516.bb
+++ b/meta/recipes-extended/ltp/ltp_20170516.bb
@@ -52,6 +52,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0001-dirtyc0w-Include-stdint.h.patch \
file://0037-faccessat-and-fchmodat-Fix-build-warnings.patch \
file://0038-syscalls-add_key02-update-to-test-fix-for-nonempty-N.patch \
+ file://0001-remove-uclibc.patch \
"
S = "${WORKDIR}/git"