summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-parser/imx-parser.inc
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-11 15:16:05 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:16:13 -0300
commita04b592a6a67db1a888293e04c4f0df87adfaa3e (patch)
treef8d189d719bb8fe5d99761e7fe5a3e781f037938 /recipes-multimedia/imx-parser/imx-parser.inc
parent7b009de1093c8082ced74eaa4b690e48f23306f7 (diff)
downloadmeta-freescale-a04b592a6a67db1a888293e04c4f0df87adfaa3e.tar.gz
imx-parser: Update to version 4.3.5
- Update license checksum to match EULA v22 April 2018. - Remove .inc file to use only one .bb file - Update O.S. Systems Software Copyright Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/imx-parser/imx-parser.inc')
-rw-r--r--recipes-multimedia/imx-parser/imx-parser.inc41
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc
deleted file mode 100644
index 3a78f6ac..00000000
--- a/recipes-multimedia/imx-parser/imx-parser.inc
+++ /dev/null
@@ -1,41 +0,0 @@
1# Copyright (C) 2012-2014, 2016 O.S. Systems Software LTDA.
2# Copyright (C) 2012-2016 Freescale Semiconductor
3# Copyright 2017 NXP
4# Released under the MIT license (see COPYING.MIT for the terms)
5DESCRIPTION = "Freescale Multimedia parser libs"
6LICENSE = "Proprietary"
7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671"
9
10# For backwards compatibility
11PROVIDES += "libfslparser"
12RREPLACES_${PN} = "libfslparser"
13RPROVIDES_${PN} = "libfslparser"
14RCONFLICTS_${PN} = "libfslparser"
15
16inherit fsl-eula-unpack autotools pkgconfig
17
18SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
19
20# Choose between Soft Float-Point and Hard Float-Point
21EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}"
22
23INHIBIT_PACKAGE_STRIP = "1"
24INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
25
26python __set_insane_skip() {
27 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
28 # the source we cannot fix it. Disable the insane check for now.
29 # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those
30 for p in d.getVar('PACKAGES', True).split():
31 d.setVar("INSANE_SKIP_%s" % p, "ldflags dev-so textrel")
32}
33
34do_package_qa[prefuncs] += "__set_insane_skip"
35
36# FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those
37FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}"
38
39PACKAGE_ARCH = "${MACHINE_ARCH}"
40
41INHIBIT_SYSROOT_STRIP = "1"