blob: f8cab79378a657071f629bb0297e868cc2e28678 [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="f280324ac728d31ec90417927b80f88fe857ad42"
CROS_WORKON_TREE="ec8850710095aac13d1316f575b13bd32d4e3cb4"
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
}