summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/dbus/dbus.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc
index b122cf7017..84f010f093 100644
--- a/meta/packages/dbus/dbus.inc
+++ b/meta/packages/dbus/dbus.inc
@@ -1,14 +1,14 @@
1DESCRIPTION = "Message bus system for applications to talk to one another" 1DESCRIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a \"single instance\" application or daemon, and to launch applications and daemons on demand when their services are needed"
2HOMEPAGE = "http://dbus.freedesktop.org" 2HOMEPAGE = "http://dbus.freedesktop.org"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPL" 4LICENSE = "AFL2.1 | GPLv2+"
5DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" 5DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 8 http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
9 file://cross.patch;patch=1 \ 9 file://cross.patch; \
10 file://tmpdir.patch;patch=1 \ 10 file://tmpdir.patch; \
11 file://fix-install-daemon.patch;patch=1 \ 11 file://fix-install-daemon.patch; \
12 file://dbus-1.init \ 12 file://dbus-1.init \
13 file://99_dbus \ 13 file://99_dbus \
14" 14"