mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
fix(coreos-base): add workarounds packages
needed for crosh, add it
This commit is contained in:
parent
f0f7634f9a
commit
61dff332cc
@ -0,0 +1,24 @@
|
||||
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
CROS_WORKON_COMMIT="b65fd15d628dd6f9169007ec5bdd53cf0c308b25"
|
||||
CROS_WORKON_TREE="d71cde70a5b6d59eb9e8e3dc8f9bdfa2265f2340"
|
||||
CROS_WORKON_PROJECT="chromiumos/platform/workarounds"
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Chrome OS workarounds utilities."
|
||||
HOMEPAGE="http://www.chromium.org/"
|
||||
SRC_URI=""
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
dobin crosh-workarounds
|
||||
dobin generate_logs
|
||||
}
|
22
sdk_container/src/third_party/coreos-overlay/coreos-base/workarounds/workarounds-9999.ebuild
vendored
Normal file
22
sdk_container/src/third_party/coreos-overlay/coreos-base/workarounds/workarounds-9999.ebuild
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
CROS_WORKON_PROJECT="chromiumos/platform/workarounds"
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Chrome OS workarounds utilities."
|
||||
HOMEPAGE="http://www.chromium.org/"
|
||||
SRC_URI=""
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
dobin crosh-workarounds
|
||||
dobin generate_logs
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user