diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-08-22 03:10:56 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-24 11:06:15 +0200 |
| commit | 7895ab08270d911e8a56b01da343bb2c1a9e0e33 (patch) | |
| tree | 044fdc5a9bbfb316626c2913126c98dca6017f0f | |
| parent | 8f47ea28d928cbf4ceadb03019af87b916649d2a (diff) | |
| download | meta-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>
| -rw-r--r-- | 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 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" | |||
| 19 | PR = "r4" | 19 | PR = "r4" |
| 20 | 20 | ||
| 21 | # version specific SRC_URI | 21 | # version specific SRC_URI |
| 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2 \ |
| 23 | file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ | 23 | file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ |
| 24 | file://gtk-doc.make" | 24 | file://gtk-doc.make" |
| 25 | 25 | ||
