]> code.ossystems Code Review - meta-freescale.git/commitdiff
auto-resp: skip ldflags check
authorTing Liu <ting.liu@nxp.com>
Fri, 12 Aug 2016 10:43:57 +0000 (18:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:43:43 +0000 (11:43 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/kernel-modules/kernel-module-ar_git.bb

index a5b9eb0c8baa6dd4f5988beb32985e6408b1cc71..1087e23fc83cfea7b1cbf41c9493a3eede9fd9bd 100644 (file)
@@ -26,5 +26,5 @@ do_install(){
 }
 
 FILES_${PN} += "${bindir}/"
-
+INSANE_SKIP_${PN} = "ldflags"
 COMPATIBLE_MACHINE = "(t1040|t1042)"