blob: bbb57d0cbf18752ae7aab60150b86ff7cb0c4b85 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="c365632fe47ed4bfbd86bd1be0de4b72f20a3983"
CROS_WORKON_TREE="46d0b96d5192f554e73de0a91222b8d9415b2d99"
EAPI="2"
CROS_WORKON_PROJECT="chromiumos/third_party/gobi3k-sdk"
CROS_WORKON_LOCALNAME=../third_party/gobi3k-sdk
inherit cros-workon toolchain-funcs
DESCRIPTION="SDK for Qualcomm Gobi 3000 modems"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
# TODO(jglasgow): remove realpath dependency
RDEPEND="
app-misc/realpath
"
src_compile () {
tc-export LD CXX CC OBJCOPY AR
emake || die Building
}
src_install () {
emake DESTDIR="${D}" install || die Installing
}