mirror of
https://github.com/steev/efikamx.git
synced 2026-07-08 17:57:11 +00:00
amd-gpu-x11-bin-mx51: Update to use our git version
Remove the older ebuilds from past BSPs. Update to latest from git. There is a QA warning about executable stacks currently, so for the moment the tarball isn't available.
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
DIST amd-gpu-x11-bin-mx51-10.05.02.tar.gz 18662569 RMD160 609c22418bde51e6454f9ce65fd092e6a420fe02 SHA1 57d5da57ab0948ec475261d7fa98f192a082c3b0 SHA256 c1bdd77e82d6e9debff6e8400ae779b488eb2cb60da32ad8865c684b5b8d4cdb
|
||||
DIST amd-gpu-x11-bin-mx51-10.07.11.tar.gz 7096717 RMD160 ca5e64dc1143f3dcb4ba7f7af5a8c5c8db3f6203 SHA1 d6577680effb5452fb9e04b00e089d94bda2defa SHA256 cdf01368384c10c4817ff4525b592bbbb598b27b003723ac51d600f08fee113c
|
||||
DIST amd-gpu-x11-bin-mx51-10.08.01.tar.gz 7097051 RMD160 e3cafe5d39f22e16a239d5f2019648874c56eaff SHA1 8644fa00cb1d82e37b7d52f14835d885d2417663 SHA256 40059ee3c64f3f460ea126253c1df2ee6646f02ef3276441a38288f50fc03cbd
|
||||
EBUILD amd-gpu-x11-bin-mx51-10.05.02.ebuild 623 RMD160 bb2817989b25f9b98463d9b9168b9591c92fc922 SHA1 34a2c3e626b7d20341ab88da6651a88d8b6e3877 SHA256 8713be0875d28a15f3b4cd8243a0309b107712993b5eb662cecb4b59b57a0c9c
|
||||
EBUILD amd-gpu-x11-bin-mx51-10.07.11.ebuild 618 RMD160 fa3f4a6e6de6531691c3415c3b238cb64ad0a02c SHA1 2b6a528c9733235f512ac58efbff247d1d271ace SHA256 6ff86b5a2619295ae57dbaa1bab0dd64ebf3aaf1974877c5b9f4e7c6da68e1af
|
||||
EBUILD amd-gpu-x11-bin-mx51-10.08.01.ebuild 702 RMD160 1ca856502a9a7ac6f2712e241de6f91b330bfad9 SHA1 5e36385d5839b95989df6bfe9827afbaf4687076 SHA256 4a879241180123c14abc61f83e791c9586c6c7bab4c3e3d8a75424f44e679c1e
|
||||
DIST amd-gpu-x11-bin-mx51-1.0.3-20110310.tar.bz2 3563339 RMD160 d89a312771ce41b892325f24fcc73b6146969001 SHA1 0b471e9cb2372f26b97f30a02a12b3a43f35e6de SHA256 8b783446b9feea26f3e3ddf930024b0eb04e91da129c3eec39fd08d9538368aa
|
||||
EBUILD amd-gpu-x11-bin-mx51-1.0.3.ebuild 734 RMD160 22c47cdb3f72d0c3bab852a3b036b436e37a9c3a SHA1 0400007c20c2583da55a06be644b85fa322dc476 SHA256 064987ac47d721721c8a66559db27d65ef695f0a40f7d764d7c6f977e958a63e
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
MY_P=${PN}-${PV}-20110310
|
||||
DESCRIPTION="Kernel modules and binary libraries for the imx-gpu"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="http://localhost/${P}.tar.gz"
|
||||
|
||||
RESTRICT="fetch"
|
||||
SRC_URI="http://ubersekret.com/distfiles/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="Freescale"
|
||||
SLOT="0"
|
||||
@@ -20,12 +19,12 @@ RDEPEND="!media-libs/amd-gpu-x11-bin-mx51
|
||||
x11-libs/libXext
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXau"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
src_install () {
|
||||
# kernel module
|
||||
cp -a "${S}/lib" ${D}
|
||||
# libraries
|
||||
# We do it this way because just recursively adding everything makes it an
|
||||
# non-symlink.
|
||||
insinto /usr
|
||||
cp -dpR "${S}/usr/lib" "${D}/usr/lib"
|
||||
insinto /usr
|
||||
doins -r "${S}/usr/lib"
|
||||
doins -r "${S}/usr/include"
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Kernel modules and binary libraries for the imx-gpu"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="http://localhost/${P}.tar.gz"
|
||||
|
||||
RESTRICT="fetch"
|
||||
|
||||
LICENSE="Freescale"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!media-libs/amd-gpu-x11-bin-mx51
|
||||
x11-libs/libXrender
|
||||
x11-libs/libxcb
|
||||
x11-libs/libX11[xcb]
|
||||
x11-libs/libXext
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXau"
|
||||
|
||||
src_install () {
|
||||
# kernel module
|
||||
cp -a "${S}/lib" ${D}
|
||||
# libraries
|
||||
insinto /usr
|
||||
doins -r "${S}/usr/lib"
|
||||
doins -r "${S}/usr/include"
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Kernel modules and binary libraries for the imx-gpu"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="http://ubersekret.com/distfiles/${P}.tar.gz"
|
||||
#http://ubersekret.com/distfiles/amd-gpu-x11-bin-mx51-10.08.01.tar.gz
|
||||
RESTRICT="fetch"
|
||||
|
||||
LICENSE="Freescale"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!media-libs/amd-gpu-x11-bin-mx51
|
||||
x11-libs/libXrender
|
||||
x11-libs/libxcb
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXau"
|
||||
|
||||
src_install () {
|
||||
# kernel module
|
||||
cp -a "${S}/lib" ${D}
|
||||
# libraries
|
||||
insinto /usr
|
||||
doins -r "${S}/usr/lib"
|
||||
doins -r "${S}/usr/include"
|
||||
}
|
||||
Reference in New Issue
Block a user