summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-22 15:33:25 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-02 09:41:17 -0300
commit1bfcbe2d6422bf834b52a48fd094bb49b35ee290 (patch)
tree5fb3b7c7ad3a184249df97dc60986e62428f8df3
parentff5bf729ff6a3e3711bb77fb319d8a933d485e6e (diff)
downloadmeta-fsl-arm-1bfcbe2d6422bf834b52a48fd094bb49b35ee290.tar.gz
amd-gpu-x11-bin-mx51: Use fsl-eula-unpack class to handle EULA
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I9f5a8fdeedfbefe7f7f8dc9ef4082fe5ce8e07ae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gzbin3513843 -> 0 bytes
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb14
2 files changed, 8 insertions, 6 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gz b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gz
deleted file mode 100644
index 1877a2c..0000000
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gz
+++ /dev/null
Binary files differ
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 2eaa946..19791be 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -1,10 +1,10 @@
1# Copyright (C) 2011 Freescale 1# Copyright (C) 2011, 2012 Freescale
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "GPU driver and apps for x11 on mx51" 4DESCRIPTION = "GPU driver and apps for x11 on mx51"
5LICENSE = "MIT" 5LICENSE = "Proprietary"
6SECTION = "libs" 6SECTION = "libs"
7PR = "r10" 7PR = "r11"
8 8
9#todo: Replace for correct AMD license 9#todo: Replace for correct AMD license
10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" 10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
@@ -12,10 +12,12 @@ DEPENDS = "virtual/libx11"
12 12
13PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" 13PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2"
14 14
15SRC_URI = "file://${PN}-${PV}.tar.gz \ 15SRC_URI = "${FSL_MIRROR}/amd-gpu-x11-bin-mx51-${PV}.bin;fsl-eula=true \
16 file://fix-linux-build-check.patch" 16 file://fix-linux-build-check.patch"
17SRC_URI[md5sum] = "499a2cc08dd48a6c5f7db8d231428548" 17SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad"
18SRC_URI[sha256sum] = "6150d3d72a3f8abb26df1e31cee0f07f53c106c8d5de014c1175c8cb721fac29" 18SRC_URI[sha256sum] = "c7a6fa03b7aa2a375556c59908876554ba720c1e744baba2debb84a408f790db"
19
20inherit fsl-eula-unpack
19 21
20do_install () { 22do_install () {
21 install -d ${D}${libdir} 23 install -d ${D}${libdir}