diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 17:22:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 17:23:10 +0000 |
commit | 6e6613e5587929d4b6b9c047eb01121bcd34484e (patch) | |
tree | 7eae1365b7f8aa138e7e92b0e5f0a50bc1a8c81b /meta | |
parent | 848961e6245ffb8a0ace231032b1eac98ef88c33 (diff) | |
download | poky-6e6613e5587929d4b6b9c047eb01121bcd34484e.tar.gz |
dbus-ptest: Fix SRC_URI checksums
The upgrade changed the checksums for dbus but not dbus-ptest. This
patch corrects that.
(From OE-Core rev: 9e56856a15d80bf57b8a4fe54508141da46581f2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus-ptest_1.6.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb index 6dab75157a..94af4c5f7a 100644 --- a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb +++ b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | |||
18 | file://python-config.patch \ | 18 | file://python-config.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "de4970c20629aeb958a12132415b3630" | 21 | SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061" |
22 | SRC_URI[sha256sum] = "1f3d6f4a53a7121328f6cd685fc14440d72e6c0006ecb3312cc779c495915e86" | 22 | SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd" |
23 | 23 | ||
24 | S="${WORKDIR}/dbus-${PV}" | 24 | S="${WORKDIR}/dbus-${PV}" |
25 | FILESPATH = "${FILE_DIRNAME}/dbus" | 25 | FILESPATH = "${FILE_DIRNAME}/dbus" |