blob: a4fb154f75360afbb455a22c4519305db141767c [file] [log] [blame]
# Copyright 2011 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="9975c367abf619b79242dfb423156e4665e1be19"
CROS_WORKON_TREE=("5f078a2eb960dbcc4347e114f6f6c4c4e946917e" "275b1647d2ee628876f06f40bfabc857c4322417" "f91b6afd5f2ae04ee9a2c19109a3a4a36f7659e6")
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk modem-utilities .gn"
PLATFORM_SUBDIR="modem-utilities"
inherit cros-workon tmpfiles platform
DESCRIPTION="Chromium OS modem utilities"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/modem-utilities/"
SRC_URI=""
LICENSE="BSD-Google"
KEYWORDS="*"
# This package has no unittests.
RESTRICT="test"
RDEPEND="sys-apps/dbus"
DEPEND=""
src_install() {
platform_src_install
dotmpfiles tmpfiles.d/*.conf
}