mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
update_engine: update live ebuild, adding glog and removing libchrome
This commit is contained in:
parent
1f96cbc36d
commit
4292c9852f
@ -5,8 +5,6 @@ EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/update_engine"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
# TODO: this can be disabled once -I.. is no longer used
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
@ -25,13 +23,11 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="cros-debug cros_host -delta_generator symlink-usr"
|
||||
|
||||
LIBCHROME_VERS="180609"
|
||||
|
||||
RDEPEND="!coreos-base/coreos-installer
|
||||
app-arch/bzip2
|
||||
coreos-base/coreos-au-key
|
||||
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||
dev-cpp/gflags
|
||||
dev-cpp/glog[gflags]
|
||||
dev-libs/dbus-glib
|
||||
dev-libs/glib
|
||||
dev-libs/libxml2
|
||||
|
@ -72,3 +72,6 @@ sys-auth/sssd -manpages -python
|
||||
|
||||
# needed for realmd build
|
||||
sys-auth/polkit introspection
|
||||
|
||||
# enable logging command-line options in update_engine
|
||||
dev-cpp/glog gflags
|
||||
|
Loading…
x
Reference in New Issue
Block a user