mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
fix(coreos-base/update_engine): use git
use git for update_engine while we are hacking on it
This commit is contained in:
parent
74be5320ea
commit
acf1ae83d2
@ -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() {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user