blob: 39132dcc0125b1e210511936e14a1f8b9b0ddfc1 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT=("881f3321bf80f5cb7028e0e870591c3d5ba13d2f" "3f3c8e72179b541a2d2efab2ab76291fb1cba80c")
CROS_WORKON_TREE=("e2269c44d323e85280117929aa2ce59ca03cf53f" "cff74b620611712c9251d219e3957d8a5c45baf9")
CROS_WORKON_LOCALNAME=("platform2" "aosp/system/connectivity/shill")
CROS_WORKON_PROJECT=("chromiumos/platform2" "aosp/platform/system/connectivity/shill")
CROS_WORKON_DESTDIR=("${S}/platform2" "${S}/platform2/shill")
inherit cros-workon
DESCRIPTION="shill's test scripts"
HOMEPAGE="http://src.chromium.org"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="!!chromeos-base/flimflam-test
dev-lang/python
dev-python/dbus-python
dev-python/pygobject"
RDEPEND="${DEPEND}
chromeos-base/shill
net-dns/dnsmasq
sys-apps/iproute2"
src_unpack() {
cros-workon_src_unpack
S+="/platform2/shill"
}
src_compile() {
# We only install scripts here, so no need to compile.
:
}
src_install() {
exeinto /usr/lib/flimflam/test
doexe test-scripts/*
}