]> code.ossystems Code Review - openembedded-core.git/commit
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 14:38:47 +0000 (14:38 +0000)
commitfe19d0e01cb1563cf4735ef250f80af20059103b
tree07aa1208bfaccdd27d69b523ed82caf0bc75ff0a
parent648cda68def82fa12b3af599c06caecdc7568668
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].

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