mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Upgrade to DBus 1.0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1974 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -143,8 +143,8 @@ PREFERRED_VERSION_cairo ?= "1.2.4"
|
||||
PREFERRED_VERSION_pango ?= "1.10.2"
|
||||
PREFERRED_VERSION_gtk+ ?= "2.6.10"
|
||||
|
||||
PREFERRED_VERSION_dbus ?= "1.0.1"
|
||||
PREFERRED_VERSION_dbus-native ?= "1.0.1"
|
||||
PREFERRED_VERSION_dbus ?= "1.0.2"
|
||||
PREFERRED_VERSION_dbus-native ?= "1.0.2"
|
||||
PREFERRED_VERSION_dbus-glib ?= "0.72"
|
||||
PREFERRED_VERSION_dbus-glib-native ?= "0.72"
|
||||
PREFERRED_VERSION_gnome-vfs ?= "2.16.3"
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-1.0.1"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-1.0.2"
|
||||
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
||||
file://cross.patch;patch=1 \
|
||||
"
|
||||
Reference in New Issue
Block a user