summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/imx-codec/imx-codec.inc2
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.2.1.bb10
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.3.4.bb10
3 files changed, 11 insertions, 11 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 74d0b99f..8271aad6 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -48,7 +48,7 @@ python __set_insane_skip() {
48 # the source we cannot fix it. Disable the insane check for now. 48 # the source we cannot fix it. Disable the insane check for now.
49 if p == 'imx-codec-test-bin': 49 if p == 'imx-codec-test-bin':
50 # FIXME: includes the DUT .so files so we need to deploy those 50 # FIXME: includes the DUT .so files so we need to deploy those
51 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel libdir") 51 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel libdir file-rdeps")
52 else: 52 else:
53 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel") 53 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel")
54} 54}
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb b/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb
deleted file mode 100644
index 6cb25c7c..00000000
--- a/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5require imx-codec.inc
6
7SRC_URI[md5sum] = "3db67e3f602e65fe0ac00ae4f9ea6109"
8SRC_URI[sha256sum] = "20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed"
9
10COMPATIBLE_MACHINE = "(mx6|mx7)"
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb b/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb
new file mode 100644
index 00000000..7e48b214
--- /dev/null
+++ b/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb
@@ -0,0 +1,10 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5require imx-codec.inc
6
7SRC_URI[md5sum] = "f86bcdd3a43a9d1abfb1de52c37b5f9f"
8SRC_URI[sha256sum] = "650a3f6bf54c3f3b79de11eb4d6d0592372ab6a56386136b8d5e6cfb31fe9b55"
9
10COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"