summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus-glib.inc')
-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