mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
udev-173: Fix SRC_URI to fetch bz2 archive
gz archive is not available on source anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -19,7 +19,7 @@ DEPENDS = "gperf-native usbutils acl glib-2.0"
|
||||
PR = "r4"
|
||||
|
||||
# version specific SRC_URI
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2 \
|
||||
file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \
|
||||
file://gtk-doc.make"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user