]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add PROVIDES=dbus-glib
authorRoss Burton <ross@openedhand.com>
Tue, 26 Dec 2006 19:41:34 +0000 (19:41 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 26 Dec 2006 19:41:34 +0000 (19:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1100 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dbus/dbus_0.60.inc

index 70546ed5b157999c5279720a725859b09db2065a..4a0908c19dbbc98530f04ab2b3881b99e341c5ba 100644 (file)
@@ -4,6 +4,7 @@ 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 \