mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
fix(coreos-base/update_engine): get it building
update all of the dependencies for the update engine to get it buliding
This commit is contained in:
parent
239b9fdc61
commit
7b34d5c9bb
@ -22,7 +22,7 @@ IUSE="cros_host test"
|
|||||||
|
|
||||||
LIBCHROME_DEPEND=$(
|
LIBCHROME_DEPEND=$(
|
||||||
printf \
|
printf \
|
||||||
'chromeos-base/libchrome:%s[cros-debug=] ' \
|
'coreos-base/libchrome:%s[cros-debug=] ' \
|
||||||
${LIBCHROME_VERS[@]}
|
${LIBCHROME_VERS[@]}
|
||||||
)
|
)
|
||||||
RDEPEND="${LIBCHROME_DEPEND}
|
RDEPEND="${LIBCHROME_DEPEND}
|
||||||
|
@ -20,7 +20,7 @@ IUSE="cros_host test"
|
|||||||
|
|
||||||
LIBCHROME_DEPEND=$(
|
LIBCHROME_DEPEND=$(
|
||||||
printf \
|
printf \
|
||||||
'chromeos-base/libchrome:%s[cros-debug=] ' \
|
'coreos-base/libchrome:%s[cros-debug=] ' \
|
||||||
${LIBCHROME_VERS[@]}
|
${LIBCHROME_VERS[@]}
|
||||||
)
|
)
|
||||||
RDEPEND="${LIBCHROME_DEPEND}
|
RDEPEND="${LIBCHROME_DEPEND}
|
||||||
@ -30,7 +30,7 @@ RDEPEND="${LIBCHROME_DEPEND}
|
|||||||
dev-libs/protobuf"
|
dev-libs/protobuf"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
chromeos-base/protofiles
|
coreos-base/protofiles
|
||||||
test? ( dev-cpp/gtest )
|
test? ( dev-cpp/gtest )
|
||||||
cros_host? ( dev-util/scons )"
|
cros_host? ( dev-util/scons )"
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ IUSE=""
|
|||||||
|
|
||||||
LIBCHROME_VERS="125070"
|
LIBCHROME_VERS="125070"
|
||||||
|
|
||||||
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
RDEPEND="coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
chromeos-base/libchromeos
|
coreos-base/libchromeos
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
dev-libs/dbus-glib
|
dev-libs/dbus-glib
|
||||||
>=dev-libs/glib-2.0
|
>=dev-libs/glib-2.0
|
||||||
|
@ -17,8 +17,8 @@ IUSE=""
|
|||||||
|
|
||||||
LIBCHROME_VERS="125070"
|
LIBCHROME_VERS="125070"
|
||||||
|
|
||||||
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
RDEPEND="coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
chromeos-base/libchromeos
|
coreos-base/libchromeos
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
dev-libs/dbus-glib
|
dev-libs/dbus-glib
|
||||||
>=dev-libs/glib-2.0
|
>=dev-libs/glib-2.0
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
|
||||||
# This project checks out the proto files from the read only repository
|
# This project checks out the proto files from the read only repository
|
||||||
# linked to the src/chrome/browser/policy/proto directory of the Chromium
|
# linked to the src/chrome/browser/policy/proto directory of the Chromium
|
||||||
# project. It is not cros-work-able if changes to the protobufs are needed
|
# project. It is not cros-work-able if changes to the protobufs are needed
|
||||||
@ -11,7 +13,6 @@ EGIT_REPO_URI="${EGIT_REPO_SERVER}/chromium/src/chrome/browser/policy/proto.git"
|
|||||||
EGIT_PROJECT="proto"
|
EGIT_PROJECT="proto"
|
||||||
EGIT_COMMIT="18f481b411ea0a861f0879af2065effce0e1fe6c"
|
EGIT_COMMIT="18f481b411ea0a861f0879af2065effce0e1fe6c"
|
||||||
|
|
||||||
EAPI="2"
|
|
||||||
inherit git
|
inherit git
|
||||||
|
|
||||||
DESCRIPTION="Protobuf installer for the device policy proto definitions."
|
DESCRIPTION="Protobuf installer for the device policy proto definitions."
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
EAPI="4"
|
EAPI="4"
|
||||||
CROS_WORKON_COMMIT="50c6063bf22ea1776579fda55402ce34b4c21daa"
|
CROS_WORKON_COMMIT="50c6063bf22ea1776579fda55402ce34b4c21daa"
|
||||||
CROS_WORKON_TREE="bb8510cb7d96ac37c6e2407ce9b4b3006a11b0f4"
|
CROS_WORKON_TREE="bb8510cb7d96ac37c6e2407ce9b4b3006a11b0f4"
|
||||||
CROS_WORKON_PROJECT="chromiumos/platform/update_engine"
|
CROS_WORKON_PROJECT="coreos/platform/update_engine"
|
||||||
|
|
||||||
inherit toolchain-funcs cros-debug cros-workon scons-utils
|
inherit toolchain-funcs cros-debug cros-workon scons-utils
|
||||||
|
|
||||||
@ -20,12 +20,12 @@ IUSE="cros_host -delta_generator"
|
|||||||
LIBCHROME_VERS="125070"
|
LIBCHROME_VERS="125070"
|
||||||
|
|
||||||
RDEPEND="app-arch/bzip2
|
RDEPEND="app-arch/bzip2
|
||||||
chromeos-base/chromeos-ca-certificates
|
coreos-base/chromeos-ca-certificates
|
||||||
chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
chromeos-base/libchromeos
|
coreos-base/libchromeos
|
||||||
chromeos-base/metrics
|
coreos-base/metrics
|
||||||
chromeos-base/vboot_reference
|
coreos-base/vboot_reference
|
||||||
chromeos-base/verity
|
coreos-base/verity
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/libpcre
|
dev-libs/libpcre
|
||||||
|
Loading…
Reference in New Issue
Block a user