diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-22 15:43:31 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-02 09:41:17 -0300 |
commit | 1cb2b7ec59be8d80a195a3d85515ce2f999e5467 (patch) | |
tree | da1adc1b589b32cdfb70389e269da5139204518d | |
parent | 1bfcbe2d6422bf834b52a48fd094bb49b35ee290 (diff) | |
download | meta-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.gz | bin | 44402 -> 0 bytes | |||
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 14 |
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 | ||
4 | DESCRIPTION = "AMD libz160 gpu driver" | 4 | DESCRIPTION = "AMD libz160 gpu driver" |
5 | LICENSE = "MIT" | 5 | LICENSE = "Proprietary" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271" | 10 | LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271" |
11 | 11 | ||
12 | SRC_URI = "file://${PN}-bin-${PV}.tar.gz" | 12 | SRC_URI = "${FSL_MIRROR}/libz160-bin-${PV}.bin;fsl-eula=true" |
13 | SRC_URI[md5sum] = "49b6d51e2ea6651107b08f43715c8c2e" | 13 | SRC_URI[md5sum] = "9a9c2c93f4b44e89316772d348eead7d" |
14 | SRC_URI[sha256sum] = "43b1bebb2656d0c868c10f66ddc064c6324b74694daedfb3f542f93f438232c5" | 14 | SRC_URI[sha256sum] = "08767eb269a0a30ca0aa3d3b5aa9a53a2d17ed1c24651b7e8cefc7704b883f19" |
15 | |||
16 | inherit fsl-eula-unpack | ||
15 | 17 | ||
16 | do_install () { | 18 | do_install () { |
17 | install -d ${D}${libdir} | 19 | install -d ${D}${libdir} |