| Submitter | Saul Wold |
|---|---|
| Date | May 26, 2011, 11:07 p.m. |
| Message ID | <f2c9614a1c532a360cc7d36ceb2eb53a37db4ee4.1306451124.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4863/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb index b77df2c..d9c3806 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb @@ -14,6 +14,10 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-nativ DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" PE = "1" -PR = "r0" +PR = "r1" EXTRA_OECONF += "--with-driver=xlib" + +# GCC 4.6.0 hits an internal compiler error using -O2 on beagleboard machine +# use -O to nullify -O2 as a workaround. +CFLAGS_append += " -O"