diff options
author | Javier Viguera <javier.viguera@digi.com> | 2013-08-07 08:59:08 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-07 10:16:25 -0300 |
commit | cd605ff6e8d1b9131cd0cb1602959bea56fdec3d (patch) | |
tree | 292c0c1b17a0b210d0ca1309fe6d57b93e981c8d | |
parent | 3947cb81392481ea8b8fddce89cf359a15ec18a5 (diff) | |
download | meta-fsl-arm-cd605ff6e8d1b9131cd0cb1602959bea56fdec3d.tar.gz |
fsl-mm-codeclib.inc: clean "already stripped" warnings
Yet another warnings clean-up patch.
WARNING: File '...' was already stripped ...
Change-Id: Ic22e5b6e0f7309d1cd4b164f3805f1afb923806f
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
-rw-r--r-- | recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc b/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc index fedc022..64882f8 100644 --- a/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc +++ b/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc | |||
@@ -14,6 +14,7 @@ inherit fsl-eula-unpack pkgconfig | |||
14 | # FIXME: Quiet down the warnings during package | 14 | # FIXME: Quiet down the warnings during package |
15 | INSANE_SKIP_${PN} = "ldflags textrel" | 15 | INSANE_SKIP_${PN} = "ldflags textrel" |
16 | INSANE_SKIP_${PN}-dev = "ldflags textrel" | 16 | INSANE_SKIP_${PN}-dev = "ldflags textrel" |
17 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
17 | 18 | ||
18 | do_install () { | 19 | do_install () { |
19 | install -d ${D}${includedir} ${D}${libdir} | 20 | install -d ${D}${includedir} ${D}${libdir} |