[oe] [meta-oe][PATCH] udev-173: Fix SRC_URI to fetch bz2 archive

Khem Raj raj.khem at gmail.com
Wed Aug 22 03:10:56 UTC 2012


gz archive is not available on source anymore

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/udev/udev_173.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index b7d7ed3..576302c 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"
 
-- 
1.7.9.5





More information about the Openembedded-devel mailing list