diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-30 17:22:17 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 15:44:29 -0700 |
commit | 391e6d6ec8c38a8f0851469158d352761083c67c (patch) | |
tree | c5c80838e8ed740dc7e236111bbc32900c7369e0 | |
parent | 81a16e51dcf24dc570f12a36550b839e7b832260 (diff) | |
download | ast2050-yocto-poky-391e6d6ec8c38a8f0851469158d352761083c67c.zip ast2050-yocto-poky-391e6d6ec8c38a8f0851469158d352761083c67c.tar.gz |
dbus-glib: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
-rw-r--r-- | meta/packages/dbus/dbus-glib.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/dbus/dbus-glib.inc b/meta/packages/dbus/dbus-glib.inc index d62aa07..051b0bc 100644 --- a/meta/packages/dbus/dbus-glib.inc +++ b/meta/packages/dbus/dbus-glib.inc @@ -1,12 +1,12 @@ -SECTION = "base" +DESCRIPTION = "high level language (glib) binding for dbus" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" -DESCRIPTION = "message bus system for applications to talk to one another" -LICENSE = "GPL" +LICENSE = "AFL2.1 | GPLv2+" +SECTION = "base" DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ - file://fix_asneeded.patch;patch=1 \ - file://no-examples.patch;patch=1" + file://fix_asneeded.patch \ + file://no-examples.patch" inherit autotools pkgconfig gettext |