diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-26 19:41:34 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-26 19:41:34 +0000 |
commit | 91dc17787714bd2a08d2f4b18784b778d6f2473a (patch) | |
tree | 27f0e6f252a40c921c405ef0635f90876ba0ab51 /meta/packages/dbus | |
parent | 8953e464b6d45449faed4a4275b38ee5646f4945 (diff) | |
download | poky-91dc17787714bd2a08d2f4b18784b778d6f2473a.tar.gz |
Add PROVIDES=dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1100 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r-- | meta/packages/dbus/dbus_0.60.inc | 1 |
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" | |||
4 | DESCRIPTION = "message bus system for applications to talk to one another" | 4 | DESCRIPTION = "message bus system for applications to talk to one another" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | DEPENDS = "expat glib-2.0 virtual/libintl" | 6 | DEPENDS = "expat glib-2.0 virtual/libintl" |
7 | PROVIDES = "dbus-glib" | ||
7 | 8 | ||
8 | SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ | 9 | SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ |
9 | file://cross.patch;patch=1 \ | 10 | file://cross.patch;patch=1 \ |