[oe-commits] Holger Hans Peter Freyther : Compile with recent glibc, gcc, headers (e.g. fedora 9) Add a patch to dbus to properly compile on fedora 9.

GIT User account git at amethyst.openembedded.net
Wed Oct 29 13:33:26 UTC 2008


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

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Sat Jun 21 04:41:32 2008 +0800

Compile with recent glibc,gcc,headers (e.g. fedora 9) Add a patch to dbus to properly compile on fedora 9.

---

 packages/dbus/dbus-1.0.3/fedora-compile-fix.patch |   18 ++++++++++++++++++
 packages/dbus/dbus-native_1.0.3.bb                |    2 ++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/packages/dbus/dbus-1.0.3/fedora-compile-fix.patch b/packages/dbus/dbus-1.0.3/fedora-compile-fix.patch
new file mode 100644
index 0000000..eac37f0
--- /dev/null
+++ b/packages/dbus/dbus-1.0.3/fedora-compile-fix.patch
@@ -0,0 +1,18 @@
+Do not fail with udrec being unknown and say we are using
+_GNU_SOURCE. This is needed for the libc/header/gcc combo
+fedora 9 is using. bits/socket.h has struct udrec #ifdefed
+with _GNU.
+
+Index: dbus-1.0.3/dbus/dbus-sysdeps-unix.c
+===================================================================
+--- dbus-1.0.3.orig/dbus/dbus-sysdeps-unix.c
++++ dbus-1.0.3/dbus/dbus-sysdeps-unix.c
+@@ -22,6 +22,8 @@
+  *
+  */
+ 
++#define _GNU_SOURCE
++
+ #include "dbus-internals.h"
+ #include "dbus-sysdeps.h"
+ #include "dbus-sysdeps-unix.h"
diff --git a/packages/dbus/dbus-native_1.0.3.bb b/packages/dbus/dbus-native_1.0.3.bb
index 195557b..8a4c6fe 100644
--- a/packages/dbus/dbus-native_1.0.3.bb
+++ b/packages/dbus/dbus-native_1.0.3.bb
@@ -1,5 +1,6 @@
 require dbus.inc
 
+PR = "r1"
 DEFAULT_PREFERENCE = "-1"
 
 inherit native
@@ -11,6 +12,7 @@ SRC_URI = "\
   http://freedesktop.org/software/dbus/releases/dbus/dbus-${PV}.tar.gz \
   file://cross.patch;patch=1 \
   file://tmpdir.patch;patch=1 \
+  file://fedora-compile-fix.patch;patch=1 \
   file://dbus-1.init \
 "
 





More information about the Openembedded-commits mailing list