]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-mm-flv-codeclib: Use fsl-eula-unpack class to handle EULA
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 20 Sep 2012 02:28:52 +0000 (23:28 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Oct 2012 12:41:17 +0000 (09:41 -0300)
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>
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz [deleted file]
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib_2.0.3.bb

diff --git a/meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz b/meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz
deleted file mode 100644 (file)
index 2ea81a6..0000000
Binary files a/meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-flv-codeclib/fsl-mm-flv-codeclib-2.0.3.tar.gz and /dev/null differ
index ab7219a3e786c7a60daf1890ded9c5fea55440ba..7509589358ea7656013b3887f4231ce09796fb88 100644 (file)
@@ -1,16 +1,19 @@
-# Copyright (C) 2011 Freescale Semicondutors <aalonso@freescale.com>
+# Copyright (C) 2011, 2012 Freescale Semicondutors <aalonso@freescale.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 DESCRIPTION = "Freescale Multimedia codec libs"
-LICENSE = "MIT"
+LICENSE = "Proprietary"
 SECTION = "multimedia"
-PR = "r0"
+
+PR = "r1"
 
 LIC_FILES_CHKSUM = "file://ghdr/common/fsl_types.h;endline=13;md5=b805ce4a390c94d002ef86bd15ceafd4"
 
-SRC_URI = "file://${PN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "0aecb5f571d855fe194474a691704a1f"
-SRC_URI[sha256sum] = "7774f9ff38d91400fe2557851180a82fd754daf0561b94ff5cc051cbea0618eb"
+SRC_URI = "${FSL_MIRROR}/fsl-mm-flv-codeclib-${PV}.bin;fsl-eula=true"
+SRC_URI[md5sum] = "b0244d881f73557be9221e6534c239be"
+SRC_URI[sha256sum] = "737399c76e8b991ebb76c07599b83da6a185211d88b95d9a9b4245f6d7fccec2"
+
+inherit fsl-eula-unpack
 
 do_install () {
     install -d ${D}${libdir}
@@ -22,4 +25,7 @@ do_install () {
 }
 
 FILES_${PN} += "${libdir}/*.so* ${libdir}/pkgconfig/*.pc"
+INSANE_SKIP_${PN} = "ldflags"
+
 FILES_${PN}-dev += "${includedir}/mm_ghdr/*.h"
+INSANE_SKIP_${PN}-dev = "ldflags"