summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-19 23:28:52 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-02 09:41:17 -0300
commitce869e69cea2e28201e52efbf7e6a2b30efe8318 (patch)
treed5399c86e8450b477db48a9dca0e9c5688d5da80
parent176ab7e7114b2789c83e5b0fb90b8a067c049a81 (diff)
downloadmeta-fsl-arm-ce869e69cea2e28201e52efbf7e6a2b30efe8318.tar.gz
fsl-mm-flv-codeclib: 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: Ied8c1644cb40cd3fff5b3d0532e1a6f9c6ba35f3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gzbin598326 -> 0 bytes
-rw-r--r--recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb18
2 files changed, 12 insertions, 6 deletions
diff --git a/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz b/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz
deleted file mode 100644
index 2ea81a6..0000000
--- a/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz
+++ /dev/null
Binary files differ
diff --git a/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb b/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb
index ab7219a..7509589 100644
--- a/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb
+++ b/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb
@@ -1,16 +1,19 @@
1# Copyright (C) 2011 Freescale Semicondutors <aalonso@freescale.com> 1# Copyright (C) 2011, 2012 Freescale Semicondutors <aalonso@freescale.com>
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 = "Freescale Multimedia codec libs" 4DESCRIPTION = "Freescale Multimedia codec libs"
5LICENSE = "MIT" 5LICENSE = "Proprietary"
6SECTION = "multimedia" 6SECTION = "multimedia"
7PR = "r0" 7
8PR = "r1"
8 9
9LIC_FILES_CHKSUM = "file://ghdr/common/fsl_types.h;endline=13;md5=b805ce4a390c94d002ef86bd15ceafd4" 10LIC_FILES_CHKSUM = "file://ghdr/common/fsl_types.h;endline=13;md5=b805ce4a390c94d002ef86bd15ceafd4"
10 11
11SRC_URI = "file://${PN}-${PV}.tar.gz" 12SRC_URI = "${FSL_MIRROR}/fsl-mm-flv-codeclib-${PV}.bin;fsl-eula=true"
12SRC_URI[md5sum] = "0aecb5f571d855fe194474a691704a1f" 13SRC_URI[md5sum] = "b0244d881f73557be9221e6534c239be"
13SRC_URI[sha256sum] = "7774f9ff38d91400fe2557851180a82fd754daf0561b94ff5cc051cbea0618eb" 14SRC_URI[sha256sum] = "737399c76e8b991ebb76c07599b83da6a185211d88b95d9a9b4245f6d7fccec2"
15
16inherit fsl-eula-unpack
14 17
15do_install () { 18do_install () {
16 install -d ${D}${libdir} 19 install -d ${D}${libdir}
@@ -22,4 +25,7 @@ do_install () {
22} 25}
23 26
24FILES_${PN} += "${libdir}/*.so* ${libdir}/pkgconfig/*.pc" 27FILES_${PN} += "${libdir}/*.so* ${libdir}/pkgconfig/*.pc"
28INSANE_SKIP_${PN} = "ldflags"
29
25FILES_${PN}-dev += "${includedir}/mm_ghdr/*.h" 30FILES_${PN}-dev += "${includedir}/mm_ghdr/*.h"
31INSANE_SKIP_${PN}-dev = "ldflags"