]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-parser: Quiet 'already stripped' warnings
authorFahad Usman <fahad_usman@mentor.com>
Fri, 22 Apr 2016 06:29:52 +0000 (11:59 +0530)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 7 May 2016 13:07:46 +0000 (10:07 -0300)
This patch helps to quite 'already stripped' warnings
thrown during the build.

Change-Id: Ie6977154571c9eceb51d3f6ff3665f667f4cc007
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-parser/imx-parser.inc

index 78b711acafec803fde04157b54c781534daf61f4..a71bbe1375adc35e2517c8e3bf80c9fed8cb43eb 100644 (file)
@@ -37,3 +37,4 @@ FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+INHIBIT_SYSROOT_STRIP = "1"