summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:33:23 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:33:23 +0800
commitaa238ac0aa78004b7a7bf886080ae9364dbba315 (patch)
treec45511d560355c425ff5496f0143deb1794d7d8f
parent0222ea37fdeb44128e8f667c2af36684e1560d5d (diff)
downloadmeta-fsl-ppc-aa238ac0aa78004b7a7bf886080ae9364dbba315.tar.gz
auto-resp: skip ldflags check
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/auto-resp/ar_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/auto-resp/ar_git.bb b/recipes-kernel/auto-resp/ar_git.bb
index d0330af..3d03365 100644
--- a/recipes-kernel/auto-resp/ar_git.bb
+++ b/recipes-kernel/auto-resp/ar_git.bb
@@ -26,4 +26,6 @@ do_install(){
26} 26}
27 27
28FILES_${PN} += "${bindir}/" 28FILES_${PN} += "${bindir}/"
29
30INSANE_SKIP_${PN} = "ldflags"
29COMPATIBLE_MACHINE = "(t1040|t1042)" 31COMPATIBLE_MACHINE = "(t1040|t1042)"