Upgrade to dbus-glib 0.74

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2017 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-06-27 11:09:57 +00:00
parent a50aa849db
commit 660d9d6228
6 changed files with 2 additions and 16 deletions

View File

@ -146,8 +146,8 @@ PREFERRED_VERSION_gtk+ ?= "2.6.10"
PREFERRED_VERSION_dbus ?= "1.0.2"
PREFERRED_VERSION_dbus-native ?= "1.0.2"
PREFERRED_VERSION_dbus-glib ?= "0.73"
PREFERRED_VERSION_dbus-glib-native ?= "0.73"
PREFERRED_VERSION_dbus-glib ?= "0.74"
PREFERRED_VERSION_dbus-glib-native ?= "0.74"
PREFERRED_VERSION_gnome-vfs ?= "2.16.3"
PREFERRED_VERSION_dillo2 ?= "0.6.6"

View File

@ -1,12 +0,0 @@
Index: dbus-glib-0.72/configure.ac
===================================================================
--- dbus-glib-0.72.orig/configure.ac 2006-10-27 10:05:05.000000000 +0200
+++ dbus-glib-0.72/configure.ac 2006-10-27 10:05:48.000000000 +0200
@@ -571,6 +571,7 @@
exit (0);
]])],
[have_abstract_sockets=yes],
+ [have_abstract_sockets=no],
[have_abstract_sockets=no])
AC_LANG_POP(C)
AC_MSG_RESULT($have_abstract_sockets)

View File

@ -5,7 +5,6 @@ DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
file://cross.patch;patch=1 \
file://run-with-tmp-session-bus.patch;patch=1"
inherit autotools pkgconfig gettext native

View File

@ -6,7 +6,6 @@ LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
file://cross.patch;patch=1 \
file://no-examples.patch;patch=1 \
file://no-introspect.patch;patch=1"