]> code.ossystems Code Review - meta-freescale.git/commitdiff
Revert "udev: Fix file extension for replacement file"
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 3 Nov 2012 03:06:05 +0000 (01:06 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 3 Nov 2012 03:07:14 +0000 (01:07 -0200)
This reverts commit 0ddaba3e97b4582ad1e336e8d61e844db3744b50 as the
meta-openembedded's udev recipe, in master branch, uses the '.bz2'
file extension.

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

index a6ac1f72754fd4adbd822d0be03a71f8f08455f4..29b20bd301ad6ea9e0fc789bb18929af2208ea82 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.gz', '${SRC_URI}', d)}"
+SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2', '${SRC_URI}', d)}"
 SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git "
 S = "${WORKDIR}/git"