blob: 87fed72b8c7777f81799aa58deb6ba8b03276cbd [file] [log] [blame] [edit]
# Copyright (c) 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the BSD license.
EAPI="6"
CROS_WORKON_COMMIT="696692b7e010f9c8fd5d7e25ddc25a1810e08a97"
CROS_WORKON_TREE="b3415c2b2c49d156387fdf531600078734ee9d52"
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"
KEYWORDS="*"
RDEPEND="
sys-apps/mosys
!<chromeos-base/touch_updater-0.0.1-r159
"
src_install() {
insinto "/opt/google/touch/scripts"
doins common/scripts/*.sh
}