[orc] remove error messages.
authorhschang <chang@dev3>
Fri, 19 Dec 2014 04:48:45 +0000 (13:48 +0900)
committerhschang <chang@dev3>
Fri, 19 Dec 2014 04:48:45 +0000 (13:48 +0900)
meta-openvuplus/recipes-devtools/orc/orc/disable-mips.patch [new file with mode: 0644]
meta-openvuplus/recipes-devtools/orc/orc_0.4.18.bbappend [new file with mode: 0644]

diff --git a/meta-openvuplus/recipes-devtools/orc/orc/disable-mips.patch b/meta-openvuplus/recipes-devtools/orc/orc/disable-mips.patch
new file mode 100644 (file)
index 0000000..090b7fe
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index a396b05..2c5c61c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -169,8 +169,8 @@ case "${enable_backend}" in
+ #    AC_DEFINE(ENABLE_BACKEND_ARM, 1, [Enable Arm backend])
+     ENABLE_BACKEND_C64X=yes
+     AC_DEFINE(ENABLE_BACKEND_C64X, 1, [Enable c64x backend])
+-    ENABLE_BACKEND_MIPS=yes
+-    AC_DEFINE(ENABLE_BACKEND_MIPS, 1, [Enable MIPS backend])
++#    ENABLE_BACKEND_MIPS=yes
++#    AC_DEFINE(ENABLE_BACKEND_MIPS, 1, [Enable MIPS backend])
+     ;;
+ esac
+ AM_CONDITIONAL(ENABLE_BACKEND_SSE, test "x$ENABLE_BACKEND_SSE" = "xyes")
diff --git a/meta-openvuplus/recipes-devtools/orc/orc_0.4.18.bbappend b/meta-openvuplus/recipes-devtools/orc/orc_0.4.18.bbappend
new file mode 100644 (file)
index 0000000..b5e59fd
--- /dev/null
@@ -0,0 +1,5 @@
+PR .= "-vuplus0"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://disable-mips.patch"