diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-30 17:14:42 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | 4d5ad73238d8811b29833fb500774a69f3d6810e (patch) | |
tree | db0823137dc82fd0660e1b4f70d2caf036885351 /meta | |
parent | 63ca9079c3b2e8c04b53c18bd386e60b131cb947 (diff) | |
download | openembedded-core-4d5ad73238d8811b29833fb500774a69f3d6810e.tar.gz openembedded-core-4d5ad73238d8811b29833fb500774a69f3d6810e.tar.bz2 openembedded-core-4d5ad73238d8811b29833fb500774a69f3d6810e.tar.xz openembedded-core-4d5ad73238d8811b29833fb500774a69f3d6810e.zip |
dbus: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index b122cf701..84f010f09 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc @@ -1,14 +1,14 @@ -DESCRIPTION = "Message bus system for applications to talk to one another" +DESCRIPTION = "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" HOMEPAGE = "http://dbus.freedesktop.org" SECTION = "base" -LICENSE = "GPL" +LICENSE = "AFL2.1 | GPLv2+" DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" SRC_URI = "\ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ - file://cross.patch;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://fix-install-daemon.patch;patch=1 \ + file://cross.patch; \ + file://tmpdir.patch; \ + file://fix-install-daemon.patch; \ file://dbus-1.init \ file://99_dbus \ " |