blob: 85a3f1c2f5fc3688e4dbe4ed1aa5e60d78e298a6 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="17eb82c41c5240cd16cdcb4b42f2b23e4031db5e"
CROS_WORKON_TREE="ac7bddd4ffcc52d8bd42272b951d0a4cbad20298"
CROS_WORKON_PROJECT="chromiumos/platform/touch_updater"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Touch firmware and config updater"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_install() {
insinto "/etc/init"
doins "scripts/chromeos-touch-update.conf"
exeinto "/opt/google/touch/scripts"
doexe scripts/*.sh
}