blob: 53eb3015844ac5cc94b233585c365953f52fb849 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="3dfd64314d5b4f3614dd0df5bce3e0e2be55aa77"
CROS_WORKON_TREE="470bafa0494c4661b5643aec6dc5e83458c040d2"
CROS_WORKON_PROJECT="chromiumos/platform/crosutils"
CROS_WORKON_LOCALNAME="../scripts/"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Chromium OS build utilities"
HOMEPAGE="http://www.chromium.org/chromium-os"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_install() {
exeinto /usr/lib/crosutils
doexe common.sh remote_access.sh
}