fix(coreos-base/update_engine): use git

use git for update_engine while we are hacking on it
This commit is contained in:
Brandon Philips 2013-03-06 19:43:42 -08:00
parent 74be5320ea
commit acf1ae83d2
2 changed files with 6 additions and 6 deletions

View File

@ -22,9 +22,9 @@ RDEPEND="app-arch/bzip2
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
coreos-base/libchromeos
coreos-base/metrics
coreos-base/vboot_reference
coreos-base/verity
dev-cpp/gflags
dev-libs/dbus-glib
dev-libs/glib
dev-libs/libpcre
dev-libs/libxml2
@ -34,13 +34,10 @@ RDEPEND="app-arch/bzip2
net-misc/curl
sys-apps/rootdev
sys-fs/e2fsprogs
sys-libs/e2fsprogs-libs"
DEPEND="chromeos-base/system_api
dev-cpp/gmock
sys-fs/udev"
DEPEND="dev-cpp/gmock
dev-cpp/gtest
dev-libs/dbus-glib
cros_host? ( dev-util/scons )
sys-fs/udev
${RDEPEND}"
src_compile() {

View File

@ -84,3 +84,6 @@
# Replace the function.sh script in baselayout
=coreos-base/efunctions-9999 ~amd64 ~x86
# Projects we are actively hacking on in coreos
=coreos-base/update_engine-9999 ~amd64 ~x86