Merge pull request #2725 from bgilbert/settle

coreos-base/coreos-init: bump for coreos-install udev settle
This commit is contained in:
Benjamin Gilbert 2017-08-24 12:51:33 -07:00 committed by GitHub
commit 2c5419a2b8
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="47a01e01e57b32fc594e5b4f0a25ea520bd5f2b6"
CROS_WORKON_COMMIT="9008a3d0457d7e0a303fbee9610723b1c5a66cf2"
KEYWORDS="amd64 arm arm64 x86"
fi