From 1cb2b7ec59be8d80a195a3d85515ce2f999e5467 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 22 Sep 2012 15:43:31 -0300 Subject: libz160: 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: I004013e8eb78a9d1d4855527d2772bc696389c52 Signed-off-by: Otavio Salvador Acked-by: Daiane Angolini --- .../amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz | Bin 44402 -> 0 bytes recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 14 ++++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz b/recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz deleted file mode 100644 index 6791b28..0000000 Binary files a/recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz and /dev/null differ diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb index b2cfb2d..16cfa9f 100644 --- a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb +++ b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb @@ -1,17 +1,19 @@ -# Copyright (C) 2011 Freescale +# Copyright (C) 2011, 2012 Freescale # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "AMD libz160 gpu driver" -LICENSE = "MIT" +LICENSE = "Proprietary" SECTION = "libs" -PR = "r1" +PR = "r2" #todo: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271" -SRC_URI = "file://${PN}-bin-${PV}.tar.gz" -SRC_URI[md5sum] = "49b6d51e2ea6651107b08f43715c8c2e" -SRC_URI[sha256sum] = "43b1bebb2656d0c868c10f66ddc064c6324b74694daedfb3f542f93f438232c5" +SRC_URI = "${FSL_MIRROR}/libz160-bin-${PV}.bin;fsl-eula=true" +SRC_URI[md5sum] = "9a9c2c93f4b44e89316772d348eead7d" +SRC_URI[sha256sum] = "08767eb269a0a30ca0aa3d3b5aa9a53a2d17ed1c24651b7e8cefc7704b883f19" + +inherit fsl-eula-unpack do_install () { install -d ${D}${libdir} -- cgit v1.2.3-54-g00ecf