diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index 84f010f093..af866a9537 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc | |||
@@ -4,14 +4,12 @@ SECTION = "base" | |||
4 | LICENSE = "AFL2.1 | GPLv2+" | 4 | LICENSE = "AFL2.1 | GPLv2+" |
5 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" | 5 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
8 | http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 8 | file://cross.patch; \ |
9 | file://cross.patch; \ | 9 | file://tmpdir.patch; \ |
10 | file://tmpdir.patch; \ | 10 | file://fix-install-daemon.patch; \ |
11 | file://fix-install-daemon.patch; \ | 11 | file://dbus-1.init \ |
12 | file://dbus-1.init \ | 12 | file://99_dbus" |
13 | file://99_dbus \ | ||
14 | " | ||
15 | 13 | ||
16 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
17 | 15 | ||