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 | |
| parent | 31180a56d1b6981fa9d5588ad3538f34e339e0fe (diff) | |
| download | openembedded-core-c19e4d220ecbd20ffd27870e426d2b3cf4734b12.tar.gz openembedded-core-c19e4d220ecbd20ffd27870e426d2b3cf4734b12.tar.bz2 openembedded-core-c19e4d220ecbd20ffd27870e426d2b3cf4734b12.zip | |
dbus: fix SRC_URI indention
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
| -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"  LICENSE = "AFL2.1 | GPLv2+"  DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" -SRC_URI = "\ -  http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ -  file://cross.patch; \ -  file://tmpdir.patch; \ -  file://fix-install-daemon.patch; \ -  file://dbus-1.init \ -  file://99_dbus \ -" +SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ +           file://cross.patch; \ +           file://tmpdir.patch; \ +           file://fix-install-daemon.patch; \ +           file://dbus-1.init \ +           file://99_dbus"  inherit autotools pkgconfig gettext | 
