Merge pull request #3167 from dgonyeo/cloudinit

coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0 (not freeze exception)
This commit is contained in:
Derek Gonyeo 2018-04-11 13:52:32 -07:00 committed by GitHub
commit f997cfc501
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="5be99bf577f2768193c7fb587ef5a8806c1503cf" # tag v1.13.0
CROS_WORKON_COMMIT="f1f0405491dfd073bbf074f7e374c9ef85600691" # tag v1.14.0
KEYWORDS="amd64 arm64"
fi