[oe] [meta-oe][PATCH] udev-173: fix file checksums

Johan Hovold johan.hovold at lundinova.se
Fri Dec 14 10:53:57 UTC 2012


Commit 7895ab08270d9 ("udev-173: Fix SRC_URI to fetch bz2 archive")
changed to source file to bz2-compressed tarball but did not update the
checksums.

Signed-off-by: Johan Hovold <johan.hovold at lundinova.se>
---

Hi, 

the above mentioned commit breaks udev-173 builds. It also claims that the
gz-tarballs are no longer available, but yet they are still available from
kernel.org as well as my local mirror. Perhaps a revert is more appropriate?

Thanks,
Johan


 meta-oe/recipes-core/udev/udev_173.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index 576302c..02c5690 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -32,8 +32,8 @@ SRC_URI += " \
        file://cache \
 "
 
-SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414"
-SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c"
+SRC_URI[md5sum] = "91a88a359b60bbd074b024883cc0dbde"
+SRC_URI[sha256sum] = "70a18315a12f8fc1131f7da5b4dae3606988b69d5c08f96f443b84b8486caaaf"
 
 # Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS
 
-- 
1.8.0.2





More information about the Openembedded-devel mailing list