summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-codec/imx-codec.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/imx-codec/imx-codec.inc')
-rw-r--r--recipes-multimedia/imx-codec/imx-codec.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 033c9400..a42dcbc6 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}