dbus-0.60: Set PROVIDERS correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1130 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-08 23:54:40 +00:00
parent f5665d5bfc
commit 7884add3d8
3 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ inherit native
S = "${WORKDIR}/dbus-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus"
DEPENDS = "glib-2.0-native"
PROVIDES = "dbus-glib-native"
PR = "r1"

View File

@ -3,6 +3,7 @@ require dbus_${PV}.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
SRC_URI_EXTRA = "file://no-introspect.patch;patch=1 file://no-bindings.patch;patch=1"
PROVIDES = "dbus-glib"
FILES_${PN} += "${bindir}/dbus-daemon"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"

View File

@ -4,7 +4,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl"
PROVIDES = "dbus-glib"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \