mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
fix(coreos-base/coreos-dev): Remove sys-process/time
make.conf has a work-around to support cross compiling this tool but we don't actually need it. Cleanup and remove the tool and the work-around.
This commit is contained in:
parent
be5c990634
commit
5b367bfac7
@ -74,7 +74,6 @@ RDEPEND="
|
||||
sys-process/ktop
|
||||
sys-process/procps
|
||||
sys-process/psmisc
|
||||
sys-process/time
|
||||
virtual/python-argparse
|
||||
coreos-base/coreos-experimental
|
||||
"
|
||||
|
@ -40,11 +40,6 @@ SHARED_USER_NAME="core"
|
||||
SHARED_USER_HOME="/home/core"
|
||||
SHARED_USER_PASSWD_FILE="/etc/shared_user_passwd.txt"
|
||||
|
||||
# the AC_FUNC_WAIT3 macro uses runtime-checks for the function, which
|
||||
# doesn't work when cross-compiling; we know that our targets have it,
|
||||
# so let's tell about it to autoconf. — Flameeyes
|
||||
ac_cv_func_wait3_rusage=yes
|
||||
|
||||
# When building packages for the target, we need to search the target's
|
||||
# sysroot for additional m4 files. The autotools.eclass uses this.
|
||||
AT_SYS_M4DIR="\${SYSROOT}/usr/share/aclocal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user