]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-git: lower D_P a bit more then all mesa-dri
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 13 Oct 2011 09:04:41 +0000 (11:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:20:29 +0000 (12:20 +0100)
* 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-graphics/mesa/mesa-dri_git.bb
meta/recipes-graphics/mesa/mesa-xlib_git.bb

index 9c2c6a1b41a4748bed6382f2f1b65b2bd4fb2727..15cde609d283bbf82656cfd585a0a32b1220d368 100644 (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'
index 7f827a70aa55940aea38fa3d48fd1eae80e57a40..97cac51744d787c2693dd69940a099c4576207de 100644 (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"