blob: 93b6dd02ddd7b5eb2e541b7cee5c49122b7fcaa4 [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="9f2729ad990442b53b0c4d8f93dc0ed8ecd7cbb7"
CROS_WORKON_TREE="94816e2fbf7a5c3020c3fc2a1de1bd30920b6218"
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
}