blob: bf8e323d548274ae10bdc8a8a54f88d92e855355 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="Mali drivers, binary only install"
HOMEPAGE=""
# TODO(b/150746591, b/151287016): valhall for asurada
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-bifrost-kukui-${PV}.run"
LICENSE="Google-TOS"
SLOT="0"
KEYWORDS="-* arm64 arm"
RDEPEND="
>=x11-libs/libdrm-2.4.34
!media-libs/mali-drivers-valhall
!x11-drivers/opengles
!media-libs/mesa
"
S=${WORKDIR}
src_install() {
cp -pPR "${S}"/* "${D}/" || die "Install failed!"
}