fix(coreos-base/coreos): Switch awk implementation to gawk.

Space saving by using mawk is not significant and a number of things
depend on gawk so save us the trouble and just switch.
This commit is contained in:
Michael Marineau 2013-09-20 21:24:33 -04:00
parent 10b7b390e7
commit 7f6aa5d50f
4 changed files with 1 additions and 5 deletions

View File

@ -27,7 +27,6 @@ DEPEND="sys-apps/baselayout
!<net-misc/openssh-5.2_p1-r8 !<net-misc/openssh-5.2_p1-r8
!cros_host? ( !cros_host? (
sys-libs/timezone-data sys-libs/timezone-data
!sys-apps/gawk
)" )"
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
sys-apps/systemd sys-apps/systemd
@ -133,9 +132,6 @@ src_install() {
# Symlink /etc/localtime to something on the stateful partition, # Symlink /etc/localtime to something on the stateful partition,
# which we can then change around at runtime. # which we can then change around at runtime.
dosym /var/lib/timezone/localtime /etc/localtime || die dosym /var/lib/timezone/localtime /etc/localtime || die
# We use mawk in the target boards, not gawk.
dosym mawk /usr/bin/awk || die
fi fi
# Add a sudo file for the core use # Add a sudo file for the core use

View File

@ -116,9 +116,9 @@ RDEPEND="${RDEPEND}
net-misc/wget net-misc/wget
sys-apps/coreutils sys-apps/coreutils
sys-apps/dbus sys-apps/dbus
sys-apps/gawk
sys-apps/grep sys-apps/grep
sys-apps/less sys-apps/less
sys-apps/mawk
sys-apps/net-tools sys-apps/net-tools
sys-apps/rootdev sys-apps/rootdev
sys-apps/sed sys-apps/sed