blob: 54029a4c6b75073b2aafd455f4d23592fc353365 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit cros-binary
DESCRIPTION="OpenMAX binary libraries"
SLOT="0"
KEYWORDS="arm"
IUSE="tegra-local-bins hardfp"
DEPEND=""
RDEPEND="sys-apps/nvrm
virtual/opengles"
if use tegra-local-bins; then
URI_BASE="file://"
else
URI_BASE="ssh://bcs-tegra2-private@git.chromium.org:6222/overlay-tegra2-private"
fi
if use hardfp; then
CROS_BINARY_URI="${URI_BASE}/${CATEGORY}/${PN}/${PN}-hardfp-${PV}.tbz2"
CROS_BINARY_SUM="f92b167afe934f6b470f8f686b4a9cf45e18ddf7"
else
CROS_BINARY_URI="${URI_BASE}/${CATEGORY}/${PN}/${P}.tbz2"
CROS_BINARY_SUM="a90a92eff891d73e085069154a1a04a239a24cad"
fi