diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 00:02:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:21 +0000 |
commit | abaa1786e63f0b861d06895974d41d4d23faff1a (patch) | |
tree | 011083f5bf0ce2434bb78ec415fc6e3a9abbe498 /meta | |
parent | 9bfd92243eced921f166d84b5a72d6f774e13413 (diff) | |
download | poky-abaa1786e63f0b861d06895974d41d4d23faff1a.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1ff08fb53f..aa26aee7db 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" | |||
18 | 18 | ||
19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" | 19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" |
20 | 20 | ||
21 | # for mesa-dri and mesa-xlib | 21 | # for mesa-dri |
22 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:" |
23 | 23 | ||
24 | inherit autotools pkgconfig pythonnative | 24 | inherit autotools pkgconfig pythonnative |
25 | 25 | ||