mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
fix(coreos-base/coreos): remove crosh
crosh isn't really needed for coreos and particularly we don't need the dependency on x11. Kill it!
This commit is contained in:
parent
25be6f5389
commit
37c5dea19f
@ -149,7 +149,6 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/shadow
|
||||
sys-apps/systemd
|
||||
sys-apps/systemd-sysv-utils
|
||||
coreos-base/crosh
|
||||
sys-apps/util-linux
|
||||
sys-auth/pam_pwdfile
|
||||
sys-fs/e2fsprogs
|
||||
|
@ -1,37 +0,0 @@
|
||||
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
CROS_WORKON_COMMIT="12be5482e397085c00f1d526530e9c2e1f84658e"
|
||||
CROS_WORKON_TREE="b5f112a1887e9ea5f98c89a36edbb5a9d2433bd2"
|
||||
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Chrome OS command-line shell"
|
||||
HOMEPAGE="http://www.chromium.org/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-admin/sudo
|
||||
coreos-base/vboot_reference
|
||||
coreos-base/workarounds
|
||||
net-misc/iputils
|
||||
net-misc/openssh
|
||||
net-wireless/iw
|
||||
sys-apps/net-tools
|
||||
x11-terms/rxvt-unicode
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
dobin crosh
|
||||
dobin crosh-dev
|
||||
dobin crosh-usb
|
||||
dobin inputrc.crosh
|
||||
dobin network_diagnostics
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Chrome OS command-line shell"
|
||||
HOMEPAGE="http://www.chromium.org/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-admin/sudo
|
||||
chromeos-base/vboot_reference
|
||||
chromeos-base/workarounds
|
||||
net-misc/iputils
|
||||
net-misc/openssh
|
||||
net-wireless/iw
|
||||
sys-apps/net-tools
|
||||
x11-terms/rxvt-unicode
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
dobin crosh
|
||||
dobin crosh-dev
|
||||
dobin crosh-usb
|
||||
dobin inputrc.crosh
|
||||
dobin network_diagnostics
|
||||
}
|
Loading…
Reference in New Issue
Block a user