From 73a8e595f39fc054e71f0a409d59d5233185eef8 Mon Sep 17 00:00:00 2001 From: NuoHan Qiao Date: Fri, 14 Oct 2016 16:45:06 +0800 Subject: 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 --- meta-ivi-common/recipes-test/himeno/himeno_2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-ivi-common') 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 () { -- cgit 1.2.3-korg