fix(coreos-base): add workarounds packages

needed for crosh, add it
This commit is contained in:
Brandon Philips 2013-03-18 18:51:34 -05:00
parent f0f7634f9a
commit 61dff332cc
2 changed files with 46 additions and 0 deletions

View File

@ -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
}

View 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
}