Merge pull request #428 from philips/honor-usr-share-coreos-in-update-engine

fix(coreos-base/update_engine): make sure we get usr/share/coreos
This commit is contained in:
Michael Marineau 2014-03-13 23:36:56 -07:00
commit b977fa3559
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="751a28659ea1f4fcbcdc3da5b17d6fa805c1eec6" CROS_WORKON_COMMIT="7d3f70c0a752c334581c596bc63dc8120e14d6dd"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi