update_engine: fix build with USE=delta_generator

Pull in https://github.com/coreos/update_engine/pull/69
This commit is contained in:
Michael Marineau 2015-04-23 21:00:30 -07:00
parent 166ac4fdf6
commit fa6e529371
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="9883ce33fde79ea0a03bd2e68846f2ef23dd45fe"
CROS_WORKON_COMMIT="c88492c39ec0ad81bb26ae6efde7b4fc46a9804a"
KEYWORDS="amd64 arm arm64 x86"
fi