diff options
Diffstat (limited to 'meta')
-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 d62aa07b5a..051b0bc84d 100644 --- a/meta/packages/dbus/dbus-glib.inc +++ b/meta/packages/dbus/dbus-glib.inc | |||
@@ -1,12 +1,12 @@ | |||
1 | SECTION = "base" | 1 | DESCRIPTION = "high level language (glib) binding for dbus" |
2 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 2 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
3 | DESCRIPTION = "message bus system for applications to talk to one another" | 3 | LICENSE = "AFL2.1 | GPLv2+" |
4 | LICENSE = "GPL" | 4 | SECTION = "base" |
5 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" | 5 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" |
6 | 6 | ||
7 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ | 7 | SRC_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 | ||
11 | inherit autotools pkgconfig gettext | 11 | inherit autotools pkgconfig gettext |
12 | 12 | ||