summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/udev/udev_173.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/udev/udev_173.bb')
-rw-r--r--meta-oe/recipes-core/udev/udev_173.bb9
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 e1383d3ac7..df39d42280 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 \
16# Needed for udev-extras 16# Needed for udev-extras
17DEPENDS = "gperf-native usbutils acl glib-2.0" 17DEPENDS = "gperf-native usbutils acl glib-2.0"
18 18
19SRCREV = "${PV}"
20PR = "r0" 19PR = "r0"
21 20
22# version specific SRC_URI 21# version specific SRC_URI
23SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ 22SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
24 file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ 23 file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \
25 file://gtk-doc.make" 24 file://gtk-doc.make"
26 25
@@ -33,10 +32,10 @@ SRC_URI += " \
33 file://cache \ 32 file://cache \
34" 33"
35 34
36# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS 35SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414"
37 36SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c"
38 37
39S = "${WORKDIR}/git" 38# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS
40 39
41inherit update-rc.d autotools 40inherit update-rc.d autotools
42 41