eglibc: remove dependency of eglibc-utils on bash
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 12 Dec 2012 14:15:25 +0000 (14:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Dec 2012 15:18:46 +0000 (15:18 +0000)
commitb8e1d053cdacd7a54b380935ce826c3f5150808b
tree1b9ae555a2751396a24974cca5da4801a118d625
parentc5eb16e030c5a6102a33169f4b619c352400dbc5
eglibc: remove dependency of eglibc-utils on bash

Adapt a patch from Peter Seebach <peter.seebach@windriver.com> to remove
the non-POSIX elements from the tzselect script, and add a separate
patch to work around a bug in the current version of busybox's awk
command. This replaces the /bin/bash reference in the script header with
/bin/sh and thus eliminates the dependency on bash picked up during
packaging.

Fixes [YOCTO #3551].

(From OE-Core rev: fe19d0e01cb1563cf4735ef250f80af20059103b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc-2.16/tzselect-awk.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-2.16/tzselect-sh.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc_2.16.bb