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:43:53 -0300 |
commit | fd5860f39e642c03a12af7cbe69a777ebd5fdbd5 (patch) | |
tree | f0b9e1fc99cc83aca91e97efa83cf92f0104906b | |
parent | 5391fc64847215a6ede32bacaf78929ba4adc8ad (diff) | |
download | meta-fsl-arm-fd5860f39e642c03a12af7cbe69a777ebd5fdbd5.tar.gz meta-fsl-arm-fd5860f39e642c03a12af7cbe69a777ebd5fdbd5.tar.bz2 meta-fsl-arm-fd5860f39e642c03a12af7cbe69a777ebd5fdbd5.zip |
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 Binary files differdeleted 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 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 @@ -# Copyright (C) 2011 Freescale +# Copyright (C) 2011, 2012 Freescale # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "GPU driver and apps for x11 on mx51" -LICENSE = "MIT" +LICENSE = "Proprietary" SECTION = "libs" -PR = "r10" +PR = "r11" #todo: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" @@ -12,10 +12,12 @@ DEPENDS = "virtual/libx11" PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" -SRC_URI = "file://${PN}-${PV}.tar.gz \ +SRC_URI = "${FSL_MIRROR}/amd-gpu-x11-bin-mx51-${PV}.bin;fsl-eula=true \ file://fix-linux-build-check.patch" -SRC_URI[md5sum] = "499a2cc08dd48a6c5f7db8d231428548" -SRC_URI[sha256sum] = "6150d3d72a3f8abb26df1e31cee0f07f53c106c8d5de014c1175c8cb721fac29" +SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad" +SRC_URI[sha256sum] = "c7a6fa03b7aa2a375556c59908876554ba720c1e744baba2debb84a408f790db" + +inherit fsl-eula-unpack do_install () { install -d ${D}${libdir} |