diff options
author | Jeremy Stashluk <stashluk@gmail.com> | 2012-11-02 17:04:45 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-02 20:40:12 -0200 |
commit | eb5d9aae92b7f12bc8023ccea4817ff3565e953f (patch) | |
tree | ea0b04cf1027912e55fa11b497619b77eea379a2 | |
parent | 5cbaf3add0486919111466004f4151bac03e2116 (diff) | |
download | meta-fsl-arm-eb5d9aae92b7f12bc8023ccea4817ff3565e953f.tar.gz |
udev: Fix file extension for replacement file1.2
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>
-rw-r--r-- | recipes-core/udev/udev_173.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/udev_173.bbappend b/recipes-core/udev/udev_173.bbappend index 29b20bd..a6ac1f7 100644 --- a/recipes-core/udev/udev_173.bbappend +++ b/recipes-core/udev/udev_173.bbappend | |||
@@ -3,6 +3,6 @@ PRINC := "${@int(PRINC) + 2}" | |||
3 | # Switch to git source | 3 | # Switch to git source |
4 | # 173 tag | 4 | # 173 tag |
5 | SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5" | 5 | SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5" |
6 | SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2', '${SRC_URI}', d)}" | 6 | SRC_URI := "${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}" |
7 | SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git " | 7 | SRC_URI_prepend = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git " |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |