diff options
-rw-r--r-- | recipes-core/udev/udev_173.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/udev_173.bbappend b/recipes-core/udev/udev_173.bbappend index 29b20bd..a6ac1f7 100644 --- a/recipes-core/udev/udev_173.bbappend +++ b/recipes-core/udev/udev_173.bbappend | |||
@@ -3,6 +3,6 @@ PRINC := "${@int(PRINC) + 2}" | |||
3 | # Switch to git source | 3 | # Switch to git source |
4 | # 173 tag | 4 | # 173 tag |
5 | SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5" | 5 | SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5" |
6 | SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2', '${SRC_URI}', d)}" | 6 | SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}" |
7 | SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git " | 7 | SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git " |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |