diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-27 09:44:05 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:10 +0100 |
commit | fa647b91768a151988f57036dfeff9a0846d6f61 (patch) | |
tree | 6ee512465f610637c031d965f1ab2129d14b51a8 /meta/recipes-core/dbus | |
parent | b2f2590e6c566d1ed4df87cf52279106497d584d (diff) | |
download | openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.tar.gz openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.tar.bz2 openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.zip |
recipes-core: Cleanup package descriptions and summaries
[BUGID #281]
Evaluate and update each package in recipes-core to ensure they have a
consistent summary and description.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 985c565e8b..7dee3ffb7b 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc @@ -1,4 +1,5 @@ -DESCRIPTION = "high level language (glib) binding for dbus" +SUMMARY = "High level language (GLib) binding for D-Bus" +DESCRIPTION = "GLib bindings for the D-Bus message bus that integration the D-Bus library with the GLib thread abstraction and main loop." HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "AFL2.1 | GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 90a38e66a9..daf5960c70 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -1,4 +1,5 @@ -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" +SUMMARY = "D-Bus message bus" +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 = "AFL2.1 | GPLv2+" |