Merge pull request #1881 from marineam/fix-229

Fixes for systemd v229
This commit is contained in:
Michael Marineau 2016-04-07 14:34:04 -07:00
commit 2db86db444
4 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else
CROS_WORKON_COMMIT="96cfba385877c6e545d85f261cd089e023507503" # v229-coreos
CROS_WORKON_COMMIT="ac41a8a1f2f09063e5e24e28f76658fa94a560eb" # v229-coreos
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
fi

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="1cb3f4edd349963c048c6110fa2d03f9c5590cac"
CROS_WORKON_COMMIT="b9e498815c61e31ac347430e0e957651d7d29f37"
KEYWORDS="amd64 arm arm64 x86"
fi