diff options
Diffstat (limited to 'meta-ivi-common/recipes-test')
-rw-r--r-- | meta-ivi-common/recipes-test/himeno/himeno_2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 () { |