fix(coreos-base/coreos-installer): Set correct source path in repo.

Use local repo checkout instead of falling back to git-2.eclass,
otherwise local development doesn't work.
This commit is contained in:
Michael Marineau 2013-09-03 15:01:14 -07:00
parent 1b493e4167
commit 4a3a8636e3
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ EAPI="4"
CROS_WORKON_COMMIT="fc7ed6285432bded9c784a749cae78bd0412324a" CROS_WORKON_COMMIT="fc7ed6285432bded9c784a749cae78bd0412324a"
CROS_WORKON_PROJECT="coreos/installer" CROS_WORKON_PROJECT="coreos/installer"
CROS_WORKON_LOCALNAME="installer" CROS_WORKON_LOCALNAME="installer"
CROS_WORKON_LOCALDIR="src/platform"
CROS_WORKON_OUTOFTREE_BUILD=1 CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"

View File

@ -4,6 +4,7 @@
EAPI="4" EAPI="4"
CROS_WORKON_PROJECT="coreos/installer" CROS_WORKON_PROJECT="coreos/installer"
CROS_WORKON_LOCALNAME="installer" CROS_WORKON_LOCALNAME="installer"
CROS_WORKON_LOCALDIR="src/platform"
CROS_WORKON_OUTOFTREE_BUILD=1 CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"