aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-22 03:10:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-24 11:06:15 +0200
commit7895ab08270d911e8a56b01da343bb2c1a9e0e33 (patch)
tree044fdc5a9bbfb316626c2913126c98dca6017f0f /meta-oe/recipes-core
parent8f47ea28d928cbf4ceadb03019af87b916649d2a (diff)
downloadmeta-openembedded-7895ab08270d911e8a56b01da343bb2c1a9e0e33.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/udev/udev_173.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index b7d7ed3d88..576302c761 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -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"