diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 13:34:52 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:42 -0700 |
commit | c19e4d220ecbd20ffd27870e426d2b3cf4734b12 (patch) | |
tree | 7912006201cfaa985fd45728adaa79378d49d5d5 /meta/packages/dbus | |
parent | 31180a56d1b6981fa9d5588ad3538f34e339e0fe (diff) | |
download | poky-c19e4d220ecbd20ffd27870e426d2b3cf4734b12.tar.gz |
dbus: fix SRC_URI indention
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/dbus')
-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 | ||