summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-30 17:22:17 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-06-30 15:44:29 -0700
commit391e6d6ec8c38a8f0851469158d352761083c67c (patch)
treec5c80838e8ed740dc7e236111bbc32900c7369e0 /meta/packages/dbus
parent81a16e51dcf24dc570f12a36550b839e7b832260 (diff)
downloadpoky-391e6d6ec8c38a8f0851469158d352761083c67c.tar.gz
dbus-glib: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r--meta/packages/dbus/dbus-glib.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/dbus/dbus-glib.inc b/meta/packages/dbus/dbus-glib.inc
index d62aa07b5a..051b0bc84d 100644
--- a/meta/packages/dbus/dbus-glib.inc
+++ b/meta/packages/dbus/dbus-glib.inc
@@ -1,12 +1,12 @@
1SECTION = "base" 1DESCRIPTION = "high level language (glib) binding for dbus"
2HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 2HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
3DESCRIPTION = "message bus system for applications to talk to one another" 3LICENSE = "AFL2.1 | GPLv2+"
4LICENSE = "GPL" 4SECTION = "base"
5DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" 5DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
6 6
7SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ 7SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
8 file://fix_asneeded.patch;patch=1 \ 8 file://fix_asneeded.patch \
9 file://no-examples.patch;patch=1" 9 file://no-examples.patch"
10 10
11inherit autotools pkgconfig gettext 11inherit autotools pkgconfig gettext
12 12