diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 11:22:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:37:52 +0000 |
commit | e2f68c0233f6a86f017bacf1ff445d13f3c10dc5 (patch) | |
tree | 9ff852ba74de8bfbd7ebab6b4d4c53c4dbdeaa29 /meta/recipes-core | |
parent | 900f27a98343acae497b2a81de633f2d8f268d94 (diff) | |
download | poky-e2f68c0233f6a86f017bacf1ff445d13f3c10dc5.tar.gz |
dbus-test: Fix SRC_URI checksum to match dbus
If the system fetches dbus first, everything works and the checksum is
correct there. If dbus-test fetches first, the checksum is incorrect
and wasn't changed with the version upgrade.
Fix the checksum.
(From OE-Core rev: a5fc201961e62cf5d9088b6d66bb2d50aa84109d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.8.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.8.10.bb b/meta/recipes-core/dbus/dbus-test_1.8.10.bb index e19d2e9d1e..fb796fb692 100644 --- a/meta/recipes-core/dbus/dbus-test_1.8.10.bb +++ b/meta/recipes-core/dbus/dbus-test_1.8.10.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | |||
18 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ | 18 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "d6f709bbec0a022a1847c7caec9d6068" | 21 | SRC_URI[md5sum] = "6be5ef99ae784de9d04589eb067fe038" |
22 | SRC_URI[sha256sum] = "5689f7411165adc953f37974e276a3028db94447c76e8dd92efe910c6d3bae08" | 22 | SRC_URI[sha256sum] = "10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e" |
23 | 23 | ||
24 | S="${WORKDIR}/dbus-${PV}" | 24 | S="${WORKDIR}/dbus-${PV}" |
25 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" | 25 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" |