[oe-commits] Richard Purdie : dbus-test: Fix SRC_URI checksum to match dbus

git at git.openembedded.org git at git.openembedded.org
Sat Dec 20 11:24:48 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a5fc201961e62cf5d9088b6d66bb2d50aa84109d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a5fc201961e62cf5d9088b6d66bb2d50aa84109d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Dec 20 11:22:11 2014 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/dbus/dbus-test_1.8.10.bb | 4 ++--
 1 file 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 e19d2e9..fb796fb 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 \
            file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
            "
 
-SRC_URI[md5sum] = "d6f709bbec0a022a1847c7caec9d6068"
-SRC_URI[sha256sum] = "5689f7411165adc953f37974e276a3028db94447c76e8dd92efe910c6d3bae08"
+SRC_URI[md5sum] = "6be5ef99ae784de9d04589eb067fe038"
+SRC_URI[sha256sum] = "10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e"
 
 S="${WORKDIR}/dbus-${PV}"
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:"



More information about the Openembedded-commits mailing list