Re: [OE-core] [PATCH 06/20] udev-cache: Remove superfluous subshell on extract

2014-08-04 Thread Otavio Salvador
On Mon, Aug 4, 2014 at 3:40 PM, Ben Shelton wrote: > From: Richard Tollerton > > tar -C exists in both GNU and busybox tar, so use that instead of > (cd /; tar ...). This allows the subshell to be removed. > > Natinst-Rally-ID: TA44427 > Acked-by: Gratian Crisan > Natinst-ReviewBoard-ID: 58620 >

[OE-core] [PATCH 06/20] udev-cache: Remove superfluous subshell on extract

2014-08-04 Thread Ben Shelton
From: Richard Tollerton tar -C exists in both GNU and busybox tar, so use that instead of (cd /; tar ...). This allows the subshell to be removed. Natinst-Rally-ID: TA44427 Acked-by: Gratian Crisan Natinst-ReviewBoard-ID: 58620 Signed-off-by: Richard Tollerton --- meta/recipes-core/udev/udev/