blob: f96a99c96f66826e087bde7cadf8bf0bb88b5644 [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="4"
CROS_WORKON_COMMIT="58a9879010fef161d9ec8711da589e2881bd94bf"
CROS_WORKON_TREE="9d192a93916cf24651a867191fa0c24fc6ee0e4a"
CROS_WORKON_PROJECT="chromiumos/platform/saft"
inherit cros-workon
DESCRIPTION="ChromeOS SAFT installer"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="chromeos-base/vboot_reference
virtual/chromeos-firmware"
src_install() {
exeinto /usr/sbin/firmware/saft
doexe *.{py,sh}
}