From: Richard Purdie Date: Mon, 18 Mar 2013 00:02:12 +0000 (+0000) Subject: mesa-common: Fix confused variable assignment/comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abaa1786e63f0b861d06895974d41d4d23faff1a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa-common: Fix confused variable assignment/comment Its clear this was meant to be a prepend. Also fix an out of date comment. (From OE-Core rev: 775692b36fe726479eafdbc9e3f2141acb171f8d) Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1ff08fb53f8..aa26aee7db5 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -18,8 +18,8 @@ DEPENDS = "expat makedepend-native flex-native bison-native" PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" -# for mesa-dri and mesa-xlib -FILESEXTRAPATHS_append := "${THISDIR}/mesa:" +# for mesa-dri +FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:" inherit autotools pkgconfig pythonnative