mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +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/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
coreos-base/libchromeos
|
coreos-base/libchromeos
|
||||||
coreos-base/metrics
|
coreos-base/metrics
|
||||||
coreos-base/vboot_reference
|
|
||||||
coreos-base/verity
|
coreos-base/verity
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
|
dev-libs/dbus-glib
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/libpcre
|
dev-libs/libpcre
|
||||||
dev-libs/libxml2
|
dev-libs/libxml2
|
||||||
@ -34,13 +34,10 @@ RDEPEND="app-arch/bzip2
|
|||||||
net-misc/curl
|
net-misc/curl
|
||||||
sys-apps/rootdev
|
sys-apps/rootdev
|
||||||
sys-fs/e2fsprogs
|
sys-fs/e2fsprogs
|
||||||
sys-libs/e2fsprogs-libs"
|
sys-fs/udev"
|
||||||
DEPEND="chromeos-base/system_api
|
DEPEND="dev-cpp/gmock
|
||||||
dev-cpp/gmock
|
|
||||||
dev-cpp/gtest
|
dev-cpp/gtest
|
||||||
dev-libs/dbus-glib
|
|
||||||
cros_host? ( dev-util/scons )
|
cros_host? ( dev-util/scons )
|
||||||
sys-fs/udev
|
|
||||||
${RDEPEND}"
|
${RDEPEND}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
@ -84,3 +84,6 @@
|
|||||||
|
|
||||||
# Replace the function.sh script in baselayout
|
# Replace the function.sh script in baselayout
|
||||||
=coreos-base/efunctions-9999 ~amd64 ~x86
|
=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