blob: 28fce251724adb874a1864767a01a6ad5c4fb444 [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="f75a0357e5c0cdb976055824334a269f884172f1"
CROS_WORKON_TREE="01b0dc249b89cd0e527f52a57a1239f6142ddf1d"
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
}