diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-11-04 14:36:09 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-04 14:36:09 -0500 |
commit | d3a24f40b9f023607d5a16fabd0dd3930103ec22 (patch) | |
tree | 25bec5ac2d75e22e1d6b670a8ab9cbb9e9b9faf1 /recipes-graphics | |
parent | 15243e8ec3ce0652f7ddb7542df022306f40d888 (diff) | |
download | meta-ti-d3a24f40b9f023607d5a16fabd0dd3930103ec22.tar.gz |
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 <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/mesa/mesa-omap3-common.inc | 7 | ||||
-rw-r--r-- | recipes-graphics/mesa/mesa_9.1.6.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/mesa/mesa_git.bbappend | 1 |
3 files changed, 0 insertions, 9 deletions
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 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | # avoid providing conflicts for libgles-omap3 compatibles | ||
4 | PROVIDES_omap3 = "virtual/libgl" | ||
5 | PROVIDES_ti814x = "virtual/libgl" | ||
6 | PROVIDES_ti816x = "virtual/libgl" | ||
7 | 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 @@ | |||
1 | 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 @@ | |||
1 | require mesa-omap3-common.inc | ||