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>
This commit is contained in:
Martin Jansa 2011-10-13 11:04:41 +02:00 committed by Richard Purdie
parent c76eb50f75
commit d7761be8ab
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
include mesa-common.inc
include mesa-git.inc
include mesa-dri.inc
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
DEFAULT_PREFERENCE = "-2"
PR = "${INC_PR}.0"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'

View File

@ -1,4 +1,8 @@
include mesa-common.inc
include mesa-git.inc
include mesa-xlib.inc
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
DEFAULT_PREFERENCE = "-2"
PR = "${INC_PR}.0"