summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-26 19:41:34 +0000
committerRoss Burton <ross@openedhand.com>2006-12-26 19:41:34 +0000
commit91dc17787714bd2a08d2f4b18784b778d6f2473a (patch)
tree27f0e6f252a40c921c405ef0635f90876ba0ab51
parent8953e464b6d45449faed4a4275b38ee5646f4945 (diff)
downloadpoky-91dc17787714bd2a08d2f4b18784b778d6f2473a.tar.gz
Add PROVIDES=dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1100 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/dbus/dbus_0.60.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus_0.60.inc b/meta/packages/dbus/dbus_0.60.inc
index 70546ed5b1..4a0908c19d 100644
--- a/meta/packages/dbus/dbus_0.60.inc
+++ b/meta/packages/dbus/dbus_0.60.inc
@@ -4,6 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4DESCRIPTION = "message bus system for applications to talk to one another" 4DESCRIPTION = "message bus system for applications to talk to one another"
5LICENSE = "GPL" 5LICENSE = "GPL"
6DEPENDS = "expat glib-2.0 virtual/libintl" 6DEPENDS = "expat glib-2.0 virtual/libintl"
7PROVIDES = "dbus-glib"
7 8
8SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ 9SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
9 file://cross.patch;patch=1 \ 10 file://cross.patch;patch=1 \