summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-05-26 21:54:13 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-01 10:10:49 +0800
commit380224e4e947608bcced46055dea1716cb4ba2d8 (patch)
treec1958870d425a984db611842be43ae50ccaf890a
parentaa83df3fdf65da41f33a0835b6cc5d45f4e4682b (diff)
downloadmeta-fsl-ppc-380224e4e947608bcced46055dea1716cb4ba2d8.tar.gz
pkc-host: disable -Werror
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/pkc-host/pkc-host_git.bb4
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 3343f19..bdee700 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
18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
19 19
20do_compile_prepend() {
21 sed -i 's#-Werror##g' ${S}/Makefile
22}
23
20do_install() { 24do_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