]> code.ossystems Code Review - meta-freescale.git/commitdiff
udev: Fix file extension for replacement file
authorJeremy Stashluk <stashluk@gmail.com>
Fri, 2 Nov 2012 21:04:45 +0000 (17:04 -0400)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 2 Nov 2012 22:38:28 +0000 (20:38 -0200)
The file extension doesn't match the recipe file in
meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb

Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-core/udev/udev_173.bbappend

index 29b20bd301ad6ea9e0fc789bb18929af2208ea82..a6ac1f72754fd4adbd822d0be03a71f8f08455f4 100644 (file)
@@ -3,6 +3,6 @@ PRINC := "${@int(PRINC) + 2}"
 # Switch to git source
 # 173 tag
 SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5"
-SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2', '${SRC_URI}', d)}"
+SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"
 SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git "
 S = "${WORKDIR}/git"