blob: 00833f635d02258febdfc1f8e8a0805edb2dbbdf [file] [log] [blame]
# Copyright (c) 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the BSD license.
EAPI=7
CROS_WORKON_COMMIT="935f179960a9c8fe01ddd80a9b88265293a33279"
CROS_WORKON_TREE="145f674e7339af04f66e124d84cf65762c0a7fc4"
CROS_WORKON_PROJECT="chromiumos/platform/touch_updater"
CROS_WORKON_LOCALNAME="touch_updater"
CROS_WORKON_SUBTREE="common"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Common shell libraries for touch firmware updater wrapper scripts"
HOMEPAGE="https://www.chromium.org/chromium-os"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
RDEPEND="
sys-apps/mosys
!<chromeos-base/touch_updater-0.0.1-r167
"
src_install() {
insinto "/opt/google/touch/scripts"
doins common/scripts/*.sh
}