From: Jonathan Cameron <jic23@cam.ac.uk>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@openembedded.org>
Subject: [PATCH] glibc 2.9: Remove unnecessary asm/page.h include, not present in recent headers
Date: Mon, 17 Aug 2009 11:00:33 +0100 [thread overview]
Message-ID: <4A892A41.6070702@cam.ac.uk> (raw)
Only applies to arm. The bug may also exist for alpha.
The include doesn't appear to be necessary anyway.
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
---
First oe patch. Please tell me if I got any of the patch formatting
wrong etc. Lots more to follow ;)
Initial copy seems to have bounced due to my first subscription
attempt going wrong. Sorry Koen if you get this twice.
| 10 ++++++++++
recipes/glibc/glibc_2.9.bb | 3 ++-
2 files changed, 12 insertions(+), 1 deletions(-)
--git a/recipes/glibc/glibc-2.9/remove_page_header.patch b/recipes/glibc/glibc-2.9/remove_page_header.patch
new file mode 100644
index 0000000..0c446bc
--- /dev/null
+++ b/recipes/glibc/glibc-2.9/remove_page_header.patch
@@ -0,0 +1,10 @@
+--- glibc-2.9-old/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2009-08-13 17:00:08.000000000 +0100
++++ glibc-2.9/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2009-08-13 17:01:02.000000000 +0100
+@@ -45,7 +45,6 @@
+ #include <sys/mman.h>
+
+ #include <linux/version.h>
+-#include <asm/page.h>
+ #include <sys/sysctl.h>
+
+ #define PATH_ARM_SYSTYPE "/etc/arm_systype"
diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index 6e323aa..f3592dc 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm"
PACKAGES_DYNAMIC = "libc6*"
RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
# the -isystem in bitbake.conf screws up glibc do_stage
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
@@ -65,6 +65,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
file://generate-supported.mk \
file://march-i686.patch;patch=1;pnum=0 \
file://tls_i486.patch;patch=1 \
+ file://remove_page_header.patch;patch=1 \
"
--
1.6.3.3
next reply other threads:[~2009-08-17 10:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-17 10:00 Jonathan Cameron [this message]
2009-08-17 10:19 ` [PATCH] glibc 2.9: Remove unnecessary asm/page.h include, not present in recent headers Holger Hans Peter Freyther
2009-08-17 11:40 ` Jonathan Cameron
2009-08-17 12:57 ` Holger Hans Peter Freyther
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A892A41.6070702@cam.ac.uk \
--to=jic23@cam.ac.uk \
--cc=koen@openembedded.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.