From 1bfcbe2d6422bf834b52a48fd094bb49b35ee290 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 22 Sep 2012 15:33:25 -0300 Subject: 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 Acked-by: Daiane Angolini --- .../amd-gpu-x11-bin-mx51-11.09.01.tar.gz | Bin 3513843 -> 0 bytes .../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 14 ++++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gz (limited to 'recipes-graphics/amd-gpu-x11-bin') 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 Binary files a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51-11.09.01.tar.gz and /dev/null 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 @@ -# 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} -- cgit v1.2.3-54-g00ecf