summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-02 13:34:52 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:42 -0700
commitc19e4d220ecbd20ffd27870e426d2b3cf4734b12 (patch)
tree7912006201cfaa985fd45728adaa79378d49d5d5 /meta/packages
parent31180a56d1b6981fa9d5588ad3538f34e339e0fe (diff)
downloadpoky-c19e4d220ecbd20ffd27870e426d2b3cf4734b12.tar.gz
dbus: fix SRC_URI indention
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/dbus/dbus.inc14
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"
4LICENSE = "AFL2.1 | GPLv2+" 4LICENSE = "AFL2.1 | GPLv2+"
5DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" 5DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
6 6
7SRC_URI = "\ 7SRC_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
16inherit autotools pkgconfig gettext 14inherit autotools pkgconfig gettext
17 15