coreos-base/update_engine: bump to 0.4.7

This includes a postinst update to fix broken grubs. See
https://github.com/coreos/bugs/issues/2400.
This commit is contained in:
Andrew Jeddeloh 2018-05-03 14:22:26 -07:00
parent 8831834b42
commit ba0cc446b2
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="7dc60831aaabda87384779424ee01c96f4ccd686" # v0.4.6 CROS_WORKON_COMMIT="bf5701bbfad62ba1797ca3ce2f344933846d66b5" # v0.4.7
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi