Re: [OE-core] [PATCH 13/18] gzip: explicitly rdepend on bash

2013-12-02 Thread Randy MacLeod
On 13-11-29 07:48 AM, qi.c...@windriver.com wrote: From: Chen Qi Make gzip explicitly rdepend on bash so that the rootfs task will not fail for the reason of implicit runtime bash dependency. Can you explain why bash is needed? Same question for the other cases where you add bash as an RDEP

[OE-core] [PATCH 13/18] gzip: explicitly rdepend on bash

2013-11-29 Thread Qi.Chen
From: Chen Qi Make gzip explicitly rdepend on bash so that the rootfs task will not fail for the reason of implicit runtime bash dependency. [YOCTO #] Signed-off-by: Chen Qi --- meta/recipes-extended/gzip/gzip.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-exten