]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: Remove stray semicolon from SRC_URI
authorPhil Blundell <pb@pbcl.net>
Fri, 10 Jan 2014 17:02:20 +0000 (17:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 11:33:16 +0000 (11:33 +0000)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dbus/dbus.inc

index 9bdb48959e9fa47383dcca8132617ddfe166bc6c..86d6caa46c0cc284b66c9dc54f5dc9efbb61cf0a 100644 (file)
@@ -11,7 +11,7 @@ RDEPENDS_dbus_class-native = ""
 RDEPENDS_dbus_class-nativesdk = ""
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
-           file://tmpdir.patch; \
+           file://tmpdir.patch \
            file://dbus-1.init \
            file://os-test.patch \
 "