[oe-commits] Khem Raj : udev-173: Fix SRC_URI to fetch bz2 archive

git at git.openembedded.org git at git.openembedded.org
Fri Aug 24 09:12:51 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 7895ab08270d911e8a56b01da343bb2c1a9e0e33
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7895ab08270d911e8a56b01da343bb2c1a9e0e33

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug 22 03:10:56 2012 +0000

udev-173: Fix SRC_URI to fetch bz2 archive

gz archive is not available on source anymore

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/udev/udev_173.bb |    2 +-
 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 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"
 





More information about the Openembedded-commits mailing list