diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:54:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:54:40 +0000 |
commit | 7884add3d8a57c71218063a93b8b295505798161 (patch) | |
tree | 76c7fcba70844bbcbbd63def9964ce5ac3cd6926 /meta/packages/dbus/dbus_0.60.inc | |
parent | f5665d5bfcfb13d01da9e4c7d5046453e80f7baf (diff) | |
download | poky-7884add3d8a57c71218063a93b8b295505798161.tar.gz |
dbus-0.60: Set PROVIDERS correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1130 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus_0.60.inc')
-rw-r--r-- | meta/packages/dbus/dbus_0.60.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus_0.60.inc b/meta/packages/dbus/dbus_0.60.inc index 4a0908c19d..70546ed5b1 100644 --- a/meta/packages/dbus/dbus_0.60.inc +++ b/meta/packages/dbus/dbus_0.60.inc | |||
@@ -4,7 +4,6 @@ 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" | ||
8 | 7 | ||
9 | SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ | 8 | SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ |
10 | file://cross.patch;patch=1 \ | 9 | file://cross.patch;patch=1 \ |