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:51 +0000 |
commit | af5e69360d88bd18ccc3b92400ab4286085d2169 (patch) | |
tree | 511c4bb8bb2c0198892f57c0785583d032cee86d /meta/recipes-core | |
parent | cc8170f1181c855e230ab08c5cae387d740fef61 (diff) | |
download | poky-af5e69360d88bd18ccc3b92400ab4286085d2169.tar.gz |
dbus: Remove stray semicolon from SRC_URI
(From OE-Core rev: 80affbb4e0e79d3cca6022d7426503d7f20ce3ac)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 = "" | |||
11 | RDEPENDS_dbus_class-nativesdk = "" | 11 | RDEPENDS_dbus_class-nativesdk = "" |
12 | 12 | ||
13 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 13 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
14 | file://tmpdir.patch; \ | 14 | file://tmpdir.patch \ |
15 | file://dbus-1.init \ | 15 | file://dbus-1.init \ |
16 | file://os-test.patch \ | 16 | file://os-test.patch \ |
17 | " | 17 | " |