diff options
author | Phil Blundell <pb@pbcl.net> | 2014-01-10 17:02:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:16 +0000 |
commit | 80affbb4e0e79d3cca6022d7426503d7f20ce3ac (patch) | |
tree | 3e59fc3e9cda63c28b2338370dd8d792f8092236 /meta/recipes-core/dbus | |
parent | 4d6422a84eba005a6fd788ce18c9dd42b079e2a8 (diff) | |
download | openembedded-core-80affbb4e0e79d3cca6022d7426503d7f20ce3ac.tar.gz openembedded-core-80affbb4e0e79d3cca6022d7426503d7f20ce3ac.tar.bz2 openembedded-core-80affbb4e0e79d3cca6022d7426503d7f20ce3ac.zip |
dbus: Remove stray semicolon from SRC_URI
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 9bdb48959e..86d6caa46c 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -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 \ " |