aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-09 07:38:16 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 14:17:32 +0100
commit8585a42d7cec3305a11add0ba4b95106d2309192 (patch)
tree0856a2fa23c57247ae5300db0a509c950b013183
parentaf3d4754dab2de75983a240fdb839d0c2931f43f (diff)
downloadopenembedded-8585a42d7cec3305a11add0ba4b95106d2309192.tar.gz
glibc 2.5: do not use asm/page.h header (taken from glibc 2.6.1)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/glibc/glibc_2.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb
index 6792c58a4d..56e7745988 100644
--- a/recipes/glibc/glibc_2.5.bb
+++ b/recipes/glibc/glibc_2.5.bb
@@ -1,5 +1,5 @@
require glibc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
ARM_INSTRUCTION_SET = "arm"
@@ -49,6 +49,7 @@ SRC_URI = "\
file://zecke-sane-readelf.patch;patch=1 \
file://ldd-unbash.patch;patch=1 \
file://glibc-2.6.1-use-short-for-fnstsw.patch;patch=1 \
+ file://glibc-arm-no-asm-page.patch;patch=1 \
file://generic-bits_select.h \
file://generic-bits_types.h \
file://generic-bits_typesizes.h \