diff options
author | 2012-09-22 15:43:31 -0300 | |
---|---|---|
committer | 2012-10-02 09:41:17 -0300 | |
commit | 1cb2b7ec59be8d80a195a3d85515ce2f999e5467 (patch) | |
tree | da1adc1b589b32cdfb70389e269da5139204518d /recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | |
parent | 1bfcbe2d6422bf834b52a48fd094bb49b35ee290 (diff) | |
download | meta-fsl-arm-1cb2b7ec59be8d80a195a3d85515ce2f999e5467.tar.gz meta-fsl-arm-1cb2b7ec59be8d80a195a3d85515ce2f999e5467.tar.bz2 meta-fsl-arm-1cb2b7ec59be8d80a195a3d85515ce2f999e5467.zip |
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>
Diffstat (limited to 'recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb')
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 14 |
1 files changed, 8 insertions, 6 deletions
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} |