blob: 561cc15f59a602c477d0396fe9d87471a3ee88c3 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="fe291c89fc15dbe768c6d368cc1849aad4a1a8c0"
CROS_WORKON_TREE="97cb3cb92c6c3b7401f659b11ab1932ef456091a"
EAPI="4"
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}
}