Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] dbus-test: fix incorrect checksum
@ 2014-06-24  5:46 Chong Lu
  2014-06-24  5:46 ` [PATCH 1/1] " Chong Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-06-24  5:46 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d7b3683834f9095d7c1144fda18b2a34b85cf339:

  meta-yocto-bsp: oeqa/controllers: add GrubTarget (2014-06-23 17:54:30 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/dbus-test
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus-test

Chong Lu (1):
  dbus-test: fix incorrect checksum

 meta/recipes-core/dbus/dbus-test_1.8.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] dbus-test: fix incorrect checksum
  2014-06-24  5:46 [PATCH 0/1] dbus-test: fix incorrect checksum Chong Lu
@ 2014-06-24  5:46 ` Chong Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-06-24  5:46 UTC (permalink / raw)
  To: openembedded-core

Modify checksum to match new version.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-core/dbus/dbus-test_1.8.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/dbus/dbus-test_1.8.2.bb b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
index 9c7b749..e19d2e9 100644
--- a/meta/recipes-core/dbus/dbus-test_1.8.2.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.8.2.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] = "b02e9c95027a416987b81f9893831061"
-SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd"
+SRC_URI[md5sum] = "d6f709bbec0a022a1847c7caec9d6068"
+SRC_URI[sha256sum] = "5689f7411165adc953f37974e276a3028db94447c76e8dd92efe910c6d3bae08"
 
 S="${WORKDIR}/dbus-${PV}"
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-24  5:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24  5:46 [PATCH 0/1] dbus-test: fix incorrect checksum Chong Lu
2014-06-24  5:46 ` [PATCH 1/1] " Chong Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox