aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch b/meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch
deleted file mode 100644
index 72d010932a..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f9f566849ad0785b2fd3fd6c4c5d324f9f822aac Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sun, 13 Dec 2015 17:25:11 +0000
-Subject: [PATCH] Revert "glibc compat: bump glibc minor version"
-
-This reverts commit 4ff3a6c8eb91db71d6dc3d2932b66e848bd20ac3.
----
-Upstream-Status: Inappropriate [ OE-Specific ]
-
- include/features.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/features.h b/include/features.h
-index f6fbbf4..dcf1348 100644
---- a/include/features.h
-+++ b/include/features.h
-@@ -393,7 +393,7 @@ uClibc was built without large file support enabled.
- these macros to test for features in specific releases. */
- /* Don't do it, if you want to keep uClibc happy. */
- #define __GLIBC__ 2
--#define __GLIBC_MINOR__ 10
-+#define __GLIBC_MINOR__ 2
- #endif
-
- #define __GLIBC_PREREQ(maj, min) \
---
-2.6.4
-