aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0001-remove-uclibc.patch26
1 files changed, 26 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
+