mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
* 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>
9 lines
233 B
BlitzBasic
9 lines
233 B
BlitzBasic
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"
|