diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/udev/udev_180.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/udev/udev_180.bb b/meta-oe/recipes-core/udev/udev_180.bb index 4d3b0ed24..4cabcce12 100644 --- a/meta-oe/recipes-core/udev/udev_180.bb +++ b/meta-oe/recipes-core/udev/udev_180.bb | |||
@@ -19,12 +19,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
19 | # kmod: needed for libkmod | 19 | # kmod: needed for libkmod |
20 | DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" | 20 | DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" |
21 | 21 | ||
22 | # f13289ffdf077f75c8710e977ffe538b66885762 -> 180 tag | ||
23 | SRCREV = "f13289ffdf077f75c8710e977ffe538b66885762" | ||
24 | |||
25 | # version specific SRC_URI | 22 | # version specific SRC_URI |
26 | SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ | 23 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/${P}.tar.gz \ |
27 | file://gtk-doc.make" | 24 | file://gtk-doc.make" |
25 | SRC_URI[md5sum] = "7a74429e5b4d5cc3d389945774807e46" | ||
26 | SRC_URI[sha256sum] = "d8f021cc940da7c1f928e2e651c6aa00c5695f3227f560de4a65584e2f089115" | ||
28 | 27 | ||
29 | # generic SRC_URI | 28 | # generic SRC_URI |
30 | SRC_URI += " \ | 29 | SRC_URI += " \ |
@@ -32,8 +31,6 @@ SRC_URI += " \ | |||
32 | file://modprobe.rules \ | 31 | file://modprobe.rules \ |
33 | " | 32 | " |
34 | 33 | ||
35 | S = "${WORKDIR}/git" | ||
36 | |||
37 | # Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS | 34 | # Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS |
38 | 35 | ||
39 | inherit autotools | 36 | inherit autotools |