aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_git.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-03-19 18:23:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-22 17:03:09 +0000
commitc8bbb9983bcc7cfc5332e89c3e8148505b4ca83f (patch)
tree96f11f62ffd7c749010a40ecb1204b56f835f085 /meta/recipes-graphics/mesa/mesa_git.bb
parentcfa3b112f94a462c454315326c76fd5bf7f3cd3c (diff)
downloadopenembedded-core-contrib-c8bbb9983bcc7cfc5332e89c3e8148505b4ca83f.tar.gz
mesa: rename mesa-dri recipe to just mesa
Rename mesa-dri recipes to just mesa. Also, replace all references to mesa-dri in all recipes/configs. The reason for this renaming (quote from bugzilla): "mesa-dri is a artefact of mesa-xlib existing, which doesn't anymore. mesa-dri should be renamed to mesa." [YOCTO #3385] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_git.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb
new file mode 100644
index 0000000000..6a4bc3803e
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa_git.bb
@@ -0,0 +1,7 @@
+require mesa-common.inc
+require mesa-git.inc
+require mesa.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "${INC_PR}.0"