blob: 573b75979516b98e964829c5fd66bd3e14715e7a [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="f9184fe8cac851ccea7d6a32357f6b7d0066b7a5"
CROS_WORKON_TREE="4849f0de737f82e3f55c0da181f33e6642a8597a"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="modem-utilities"
inherit cros-workon
DESCRIPTION="Chromium OS modem utilities"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
sys-apps/dbus
"
DEPEND="${RDEPEND}"
src_unpack() {
cros-workon_src_unpack
S+="/modem-utilities"
}