diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-13 11:04:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:11 +0100 |
commit | d7761be8ab9c19f75731e6fbbade22b3643d048e (patch) | |
tree | 50dd3ffa6ec935d58aa76d6bc007727f542e8798 /meta/recipes-graphics/mesa/mesa-xlib_git.bb | |
parent | c76eb50f75dfc5892d6ae05ace72b2c17d251d7e (diff) | |
download | poky-d7761be8ab9c19f75731e6fbbade22b3643d048e.tar.gz |
mesa-git: lower D_P a bit more then all mesa-dri
* it needs to be done in .bb because mesa-dri.inc is included after
mesa-git.inc
* lower it for mesa-xlib to same value
(From OE-Core rev: bbe27f82bbf58b8cfd142e11e90f58c04ff3168a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb index 7f827a70aa..97cac51744 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_git.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_git.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | include mesa-common.inc | 1 | include mesa-common.inc |
2 | include mesa-git.inc | 2 | include mesa-git.inc |
3 | include mesa-xlib.inc | 3 | include mesa-xlib.inc |
4 | |||
5 | # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default | ||
6 | DEFAULT_PREFERENCE = "-2" | ||
7 | |||
4 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.0" |