summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-22 15:43:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-02 09:41:17 -0300
commit1cb2b7ec59be8d80a195a3d85515ce2f999e5467 (patch)
treeda1adc1b589b32cdfb70389e269da5139204518d
parent1bfcbe2d6422bf834b52a48fd094bb49b35ee290 (diff)
downloadmeta-fsl-arm-1cb2b7ec59be8d80a195a3d85515ce2f999e5467.tar.gz
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 <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gzbin44402 -> 0 bytes
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb14
2 files changed, 8 insertions, 6 deletions
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
--- a/recipes-graphics/amd-gpu-x11-bin/libz160/libz160-bin-11.09.01.tar.gz
+++ /dev/null
Binary files 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 @@
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 = "AMD libz160 gpu driver" 4DESCRIPTION = "AMD libz160 gpu driver"
5LICENSE = "MIT" 5LICENSE = "Proprietary"
6SECTION = "libs" 6SECTION = "libs"
7PR = "r1" 7PR = "r2"
8 8
9#todo: Replace for correct AMD license 9#todo: Replace for correct AMD license
10LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271" 10LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271"
11 11
12SRC_URI = "file://${PN}-bin-${PV}.tar.gz" 12SRC_URI = "${FSL_MIRROR}/libz160-bin-${PV}.bin;fsl-eula=true"
13SRC_URI[md5sum] = "49b6d51e2ea6651107b08f43715c8c2e" 13SRC_URI[md5sum] = "9a9c2c93f4b44e89316772d348eead7d"
14SRC_URI[sha256sum] = "43b1bebb2656d0c868c10f66ddc064c6324b74694daedfb3f542f93f438232c5" 14SRC_URI[sha256sum] = "08767eb269a0a30ca0aa3d3b5aa9a53a2d17ed1c24651b7e8cefc7704b883f19"
15
16inherit fsl-eula-unpack
15 17
16do_install () { 18do_install () {
17 install -d ${D}${libdir} 19 install -d ${D}${libdir}