diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r68.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r69.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r68.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r69.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild index 9c7899fe9a..6f8c43cafa 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild @@ -74,7 +74,6 @@ RDEPEND=" sys-process/ktop sys-process/procps sys-process/psmisc - sys-process/time virtual/python-argparse coreos-base/coreos-experimental " diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target index e849d3fb30..4651321ee6 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target @@ -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"