diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-03 15:49:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-03 08:46:44 -0300 |
commit | bb55b0a8d148d78463b50c5f08ab0b9bf57ab03a (patch) | |
tree | 3c70541fcfbbe961dfb910f10eac209312c8c136 | |
parent | 571ab24997d12bc6b5dc45ca1b8f7294bdbc624f (diff) | |
download | meta-freescale-bb55b0a8d148d78463b50c5f08ab0b9bf57ab03a.tar.gz |
pkc-host: disable -Werror
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/pkc-host/pkc-host_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb index 3343f19e..bdee7007 100644 --- a/recipes-kernel/pkc-host/pkc-host_git.bb +++ b/recipes-kernel/pkc-host/pkc-host_git.bb | |||
@@ -17,6 +17,10 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 18 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
19 | 19 | ||
20 | do_compile_prepend() { | ||
21 | sed -i 's#-Werror##g' ${S}/Makefile | ||
22 | } | ||
23 | |||
20 | do_install() { | 24 | do_install() { |
21 | oe_runmake INSTALL_MOD_PATH="${D}" modules_install | 25 | oe_runmake INSTALL_MOD_PATH="${D}" modules_install |
22 | install -d ${D}/etc/crypto | 26 | install -d ${D}/etc/crypto |