blob: cba5bbdf96c1da108354447f0195dae4dca0f15b [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="3f49c6d4c3b028ffb39d83fb42574ea95232a0fc"
CROS_WORKON_TREE="d17537de10cb77bef87d916a0fa03806618ec12c"
CROS_WORKON_PROJECT="chromiumos/platform/crostestutils"
CROS_WORKON_LOCALNAME="crostestutils"
inherit cros-workon
DESCRIPTION="Test tool that recovers bricked Chromium OS test devices"
HOMEPAGE="http://www.chromium.org/"
LICENSE="GPL-2"
SLOT="0/0"
KEYWORDS="*"
RDEPEND="
!<chromeos-base/shill-0.0.4
chromeos-base/chromeos-init
dev-lang/python
"
# These are all either bash / python scripts. No actual builds DEPS.
DEPEND=""
# Use default src_compile and src_install which use Makefile.
src_install() {
pushd "${S}/recover_duts" || die
newbin recover_duts.sh recover_duts
dosbin reload_network_device
pushd "hooks" || die
dodir /usr/bin/hooks
exeinto /usr/bin/hooks
doexe *
popd
}