[PATCH] fix file extension for replacement file

63 views
Skip to first unread message

Jeremy Stashluk

unread,
Nov 2, 2012, 5:04:45 PM11/2/12
to meta-f...@googlegroups.com, Jeremy Stashluk
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 <jsta...@dekaresearch.com>
---
recipes-core/udev/udev_173.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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}"
# 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"
--
1.7.9.5

Otavio Salvador

unread,
Nov 2, 2012, 7:03:26 PM11/2/12
to meta-f...@googlegroups.com, Jeremy Stashluk
On Fri, Nov 2, 2012 at 7:04 PM, Jeremy Stashluk <stas...@gmail.com> wrote:
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 <jsta...@dekaresearch.com>

I applied your change but did a small change in the commit log. Please check it on git.

It has been applied in denzil and master.
 
--
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

Andrei Gherzan

unread,
Nov 2, 2012, 7:08:39 PM11/2/12
to meta-f...@googlegroups.com
On Fri, Nov 2, 2012 at 11:04 PM, Jeremy Stashluk <stas...@gmail.com> wrote:
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 <jsta...@dekaresearch.com>
---
 recipes-core/udev/udev_173.bbappend |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 # 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"
--
1.7.9.5

--
--
OpenEmbedded/Yocto Freescale ARM BSP - meta-f...@googlegroups.com

Source code of the BSP: http://github.com/Freescale/meta-fsl-arm

To cancel your subscription in this group send an e-mail to meta-fsl-arm...@googlegroups.com
For more options go to http://groups.google.com/group/meta-fsl-arm

Otavio Salvador

unread,
Nov 2, 2012, 11:06:25 PM11/2/12
to meta-f...@googlegroups.com
On Fri, Nov 2, 2012 at 9:08 PM, Andrei Gherzan <and...@gherzan.ro> wrote:
On Fri, Nov 2, 2012 at 11:04 PM, Jeremy Stashluk <stas...@gmail.com> wrote:
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 <jsta...@dekaresearch.com>
---
 recipes-core/udev/udev_173.bbappend |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 # 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)}"

I really don't understand this...

Ok, this is confusing indeed.

In fact the denzil branch of meta-oe has it as .gz while the master has it as bz2.

I reverted this in master branch but kept it in denzil.
 

Andrei Gherzan

unread,
Nov 3, 2012, 3:42:25 AM11/3/12
to meta-f...@googlegroups.com
--
--
OpenEmbedded/Yocto Freescale ARM BSP - meta-f...@googlegroups.com
 
Source code of the BSP: http://github.com/Freescale/meta-fsl-arm
 
To cancel your subscription in this group send an e-mail to meta-fsl-arm...@googlegroups.com
For more options go to http://groups.google.com/group/meta-fsl-arm

Better. Thanks.

ag

Daiane Angolini

unread,
Nov 6, 2012, 8:05:02 AM11/6/12
to meta-f...@googlegroups.com
> In fact the denzil branch of meta-oe has it as .gz while the master has it
> as bz2.
>
> I reverted this in master branch but kept it in denzil.
Thanks for explanation

Daiane
Reply all
Reply to author
Forward
0 new messages