diff options
| -rw-r--r-- | recipes-multimedia/imx-codec/imx-codec.inc | 2 | ||||
| -rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.3.4.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.3.2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc index 033c94003..a42dcbc69 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.3.2.bb b/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb index 51a8f652f..7e48b2149 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.3.2.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | require imx-codec.inc | 5 | require imx-codec.inc |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "5c09ad91c8586128029ecfb9f2072a5b" | 7 | SRC_URI[md5sum] = "f86bcdd3a43a9d1abfb1de52c37b5f9f" |
| 8 | SRC_URI[sha256sum] = "d7ef3beda185763ddacefb4dd5ff99fc9554d94389b88f224beaca28421a7e14" | 8 | SRC_URI[sha256sum] = "650a3f6bf54c3f3b79de11eb4d6d0592372ab6a56386136b8d5e6cfb31fe9b55" |
| 9 | 9 | ||
| 10 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | 10 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" |
