diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-22 15:33:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-02 09:41:17 -0300 |
commit | 1bfcbe2d6422bf834b52a48fd094bb49b35ee290 (patch) | |
tree | 5fb3b7c7ad3a184249df97dc60986e62428f8df3 | |
parent | ff5bf729ff6a3e3711bb77fb319d8a933d485e6e (diff) | |
download | meta-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.gz | bin | 3513843 -> 0 bytes | |||
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 14 |
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 | ||
4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" | 4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" |
5 | LICENSE = "MIT" | 5 | LICENSE = "Proprietary" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | PR = "r10" | 7 | PR = "r11" |
8 | 8 | ||
9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
@@ -12,10 +12,12 @@ DEPENDS = "virtual/libx11" | |||
12 | 12 | ||
13 | PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" | 13 | PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" |
14 | 14 | ||
15 | SRC_URI = "file://${PN}-${PV}.tar.gz \ | 15 | SRC_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" |
17 | SRC_URI[md5sum] = "499a2cc08dd48a6c5f7db8d231428548" | 17 | SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad" |
18 | SRC_URI[sha256sum] = "6150d3d72a3f8abb26df1e31cee0f07f53c106c8d5de014c1175c8cb721fac29" | 18 | SRC_URI[sha256sum] = "c7a6fa03b7aa2a375556c59908876554ba720c1e744baba2debb84a408f790db" |
19 | |||
20 | inherit fsl-eula-unpack | ||
19 | 21 | ||
20 | do_install () { | 22 | do_install () { |
21 | install -d ${D}${libdir} | 23 | install -d ${D}${libdir} |