blob: bd9286ded670d75066a8bf1cda368e27756b9eb1 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
PLATFORM_SUBDIR="arc-networkd"
inherit cros-workon libchrome platform
DESCRIPTION="ARC connectivity management daemon"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT=0
KEYWORDS="~*"
COMMON_DEPEND="
chromeos-base/libbrillo
net-libs/libndp
"
RDEPEND="${COMMON_DEPEND}"
DEPEND="
${COMMON_DEPEND}
chromeos-base/shill-client
chromeos-base/system_api
"
src_install() {
# Main binary.
dobin "${OUT}"/arc-networkd
}