[oe-commits] Marcin Juszkiewicz : glibc 2.5: do not use asm/page.h header ( taken from glibc 2.6.1)

git version control git at git.openembedded.org
Wed Feb 10 13:20:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 57ed1cea3db80610663f545dd8d833f3708042e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=57ed1cea3db80610663f545dd8d833f3708042e2

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Tue Feb  9 07:38:16 2010 +0000

glibc 2.5: do not use asm/page.h header (taken from glibc 2.6.1)

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/glibc/glibc_2.5.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb
index 6792c58..56e7745 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 \





More information about the Openembedded-commits mailing list