From d3a24f40b9f023607d5a16fabd0dd3930103ec22 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 4 Nov 2013 14:36:09 -0500 Subject: [PATCH] mesa: remove local bbappends, as now mesa-gl provides virtual/libgl With the recent introduction of mesa-gl, there is no longer a need to override main mesa PROVIDES list to avoid conflicts with libgles-omap3, remove bbappends Signed-off-by: Denys Dmytriyenko --- recipes-graphics/mesa/mesa-omap3-common.inc | 7 ------- recipes-graphics/mesa/mesa_9.1.6.bbappend | 1 - recipes-graphics/mesa/mesa_git.bbappend | 1 - 3 files changed, 9 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa-omap3-common.inc delete mode 100644 recipes-graphics/mesa/mesa_9.1.6.bbappend delete mode 100644 recipes-graphics/mesa/mesa_git.bbappend diff --git a/recipes-graphics/mesa/mesa-omap3-common.inc b/recipes-graphics/mesa/mesa-omap3-common.inc deleted file mode 100644 index 0340770a..00000000 --- a/recipes-graphics/mesa/mesa-omap3-common.inc +++ /dev/null @@ -1,7 +0,0 @@ -PRINC := "${@int(PRINC) + 1}" - -# avoid providing conflicts for libgles-omap3 compatibles -PROVIDES_omap3 = "virtual/libgl" -PROVIDES_ti814x = "virtual/libgl" -PROVIDES_ti816x = "virtual/libgl" -PROVIDES_ti33x = "virtual/libgl" diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbappend b/recipes-graphics/mesa/mesa_9.1.6.bbappend deleted file mode 100644 index 164ec1b2..00000000 --- a/recipes-graphics/mesa/mesa_9.1.6.bbappend +++ /dev/null @@ -1 +0,0 @@ -require mesa-omap3-common.inc diff --git a/recipes-graphics/mesa/mesa_git.bbappend b/recipes-graphics/mesa/mesa_git.bbappend deleted file mode 100644 index 164ec1b2..00000000 --- a/recipes-graphics/mesa/mesa_git.bbappend +++ /dev/null @@ -1 +0,0 @@ -require mesa-omap3-common.inc