blob: b50e7f05e83911418e63e5aa28088283e5d35639 [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=2
CROS_WORKON_PROJECT="chromiumos/platform/saft"
inherit cros-workon
DESCRIPTION="ChromeOS SAFT installer"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="x86? ( chromeos-base/vboot_reference
>=chromeos-base/chromeos-firmware-0.0.1-r27 )"
src_install() {
dstdir="/usr/sbin/firmware/saft"
dodir "${dstdir}"
exeinto "${dstdir}"
doexe *.{py,sh}
}