coreos-base/update_engine: Point to flatcar-master

This pulls in
https://github.com/flatcar-linux/update_engine/pull/4
to concat URLs with a slash if it is missing.
This commit is contained in:
Kai Lüke 2020-03-11 15:27:35 +01:00
parent 2cd1c8f699
commit 8e7a041888

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="efee1cb9223dbf017379d3644a265b3491a73c8a" # flatcar-master
CROS_WORKON_COMMIT="5c20e8a781c3b471843f091c006b302bd02a2d6f" # flatcar-master
KEYWORDS="amd64 arm64"
fi