diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index dd174c2b..72186aa3 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -101,10 +101,11 @@ python __anonymous () { | |||
101 | USE_X11 = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "yes", "no", d)}" | 101 | USE_X11 = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "yes", "no", d)}" |
102 | USE_WL = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "yes", "no", d)}" | 102 | USE_WL = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "yes", "no", d)}" |
103 | 103 | ||
104 | # Inhibit warnings about files being stripped. | 104 | # The packaged binaries have been stripped of debug info, so disable |
105 | INHIBIT_PACKAGE_STRIP = "1" | 105 | # operations accordingly. |
106 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 106 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
107 | INSANE_SKIP:${BPN} += "already-stripped" | 107 | INHIBIT_PACKAGE_STRIP = "1" |
108 | INHIBIT_SYSROOT_STRIP = "1" | ||
108 | 109 | ||
109 | # FIXME: The provided binary doesn't provide soname. If in future BSP | 110 | # FIXME: The provided binary doesn't provide soname. If in future BSP |
110 | # release the libraries are fixed, we can drop this hack. | 111 | # release the libraries are fixed, we can drop this hack. |