From: NuoHan Qiao Date: Fri, 14 Oct 2016 08:45:06 +0000 (+0800) Subject: Fix bug of himeno recipe X-Git-Tag: chinook_3.0.0~108 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=73a8e595f39fc054e71f0a409d59d5233185eef8;p=AGL%2Fmeta-agl.git Fix bug of himeno recipe The Makefile hardcods gcc as compiler, then it will be compiled into wrong format. SO remove it. Change-Id: I3ab4271d26b4e8cdd2b38aa05421a3dde002297c Signed-off-by: NuoHan Qiao --- diff --git a/meta-ivi-common/recipes-test/himeno/himeno_2.0.bb b/meta-ivi-common/recipes-test/himeno/himeno_2.0.bb index 56177b9a6..f890e23a4 100644 --- a/meta-ivi-common/recipes-test/himeno/himeno_2.0.bb +++ b/meta-ivi-common/recipes-test/himeno/himeno_2.0.bb @@ -16,6 +16,9 @@ DEPENDS = "p7zip-native" do_configure_append() { 7z x -y -o${S} ${WORKDIR}/himenobmt.c.lzh + cd ${S} + sed -i -e 's/CC= gcc/#CC= gcc/' Makefile + sed -i -e 's/CFLAGS = /#CFLAGS = /' Makefile } do_install () {