Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-22 Thread Olof Johansson
On 13-11-22 07:25 +0100, Hongxu Jia wrote: Hi Saul, The script could not be de-bashed, it was made by create_wrapper which is bashism: Vim image/usr/bin/qemu-mips ... #! /bin/bash realpath=`readlink -fn $0` export QEMU_RESERVED_VA=0x0 exec -a `dirname $realpath`/qemu-mips `dirname

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-22 Thread Richard Purdie
On Fri, 2013-11-22 at 09:32 +0100, Olof Johansson wrote: On 13-11-22 07:25 +0100, Hongxu Jia wrote: Hi Saul, The script could not be de-bashed, it was made by create_wrapper which is bashism: Vim image/usr/bin/qemu-mips ... #! /bin/bash realpath=`readlink -fn $0` export

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Saul Wold
Why are you adding bash to qemu? Sau! On 11/21/2013 05:14 AM, Hongxu Jia wrote: | Note: adding Smart RPM DB channel | | Note: to be installed: qemu@x86_64 run-postinsts@x86_64 kernel-modules@qemux86_64 packagegroup-core-boot@qemux86_64 | Loading cache... | Updating cache...

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Mark Hatle
On 11/21/13, 12:42 PM, Saul Wold wrote: Why are you adding bash to qemu? My understanding is that there was a bash script that was added as well, once the python rdepends was resolved. --Mark Sau! On 11/21/2013 05:14 AM, Hongxu Jia wrote: | Note: adding Smart RPM DB channel | | Note:

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Hongxu Jia
On 11/22/2013 03:42 AM, Saul Wold wrote: On 11/21/2013 11:40 AM, Mark Hatle wrote: On 11/21/13, 12:42 PM, Saul Wold wrote: Why are you adding bash to qemu? My understanding is that there was a bash script that was added as well, once the python rdepends was resolved. Actually the bash

[OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Hongxu Jia
| Note: adding Smart RPM DB channel | | Note: to be installed: qemu@x86_64 run-postinsts@x86_64 kernel-modules@qemux86_64 packagegroup-core-boot@qemux86_64 | Loading cache... | Updating cache... [100%] | | Computing transaction...error:

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Saul Wold
On 11/21/2013 11:40 AM, Mark Hatle wrote: On 11/21/13, 12:42 PM, Saul Wold wrote: Why are you adding bash to qemu? My understanding is that there was a bash script that was added as well, once the python rdepends was resolved. Any chance of de-bashing the script? Sau! --Mark Sau! On

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Hongxu Jia
On 11/22/2013 03:42 AM, Saul Wold wrote: On 11/21/2013 11:40 AM, Mark Hatle wrote: On 11/21/13, 12:42 PM, Saul Wold wrote: Why are you adding bash to qemu? My understanding is that there was a bash script that was added as well, once the python rdepends was resolved. Any chance of

Re: [OE-core] [PATCH 4/4] qemu: add bash and python to qemu's RDEPENDS

2013-11-21 Thread Hongxu Jia
On 11/22/2013 01:58 PM, Hongxu Jia wrote: On 11/22/2013 03:42 AM, Saul Wold wrote: On 11/21/2013 11:40 AM, Mark Hatle wrote: On 11/21/13, 12:42 PM, Saul Wold wrote: Why are you adding bash to qemu? My understanding is that there was a bash script that was added as well, once the python