coreos-base/update_engine: Point to flatcar-master

Pulls in
https://github.com/flatcar-linux/update_engine/pull/2
This commit is contained in:
Kai Lüke 2020-03-09 17:13:33 +01:00
parent 9bd4be7f55
commit f03d740eb2

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="c3e515c2b76f5bed4f624c5b4d1c56663ac9d048" # v0.4.10 CROS_WORKON_COMMIT="efee1cb9223dbf017379d3644a265b3491a73c8a" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi