blob: 9300a8e745212aff2c92695e867d8b019a16bab1 [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="09b14345b3845c264aae31a77ca8afaeed584aa8"
CROS_WORKON_TREE="03eaeab5fc69cbf8992e481f207bd10eb1eb9764"
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
}