[oe-commits] Martin Jansa : udev-173: use tar.gz instead of git checkout

git version control git at git.openembedded.org
Wed Sep 14 11:05:07 UTC 2011


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Sep  9 22:03:17 2011 +0000

udev-173: use tar.gz instead of git checkout

* today it's easier to find right tar.gz stored somewhere then working git.kernel.org

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

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

diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index e1383d3..df39d42 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -16,11 +16,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 # Needed for udev-extras
 DEPENDS = "gperf-native usbutils acl glib-2.0"
 
-SRCREV = "${PV}"
 PR = "r0"
 
 # version specific SRC_URI
-SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
            file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \
            file://gtk-doc.make"
 
@@ -33,10 +32,10 @@ SRC_URI += " \
        file://cache \
 "
 
-# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS
-
+SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414"
+SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c"
 
-S = "${WORKDIR}/git"
+# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS
 
 inherit update-rc.d autotools
 





More information about the Openembedded-commits mailing list