diff options
-rw-r--r-- | recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/mesa/mesa-dri_git.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/mesa/mesa-omap3-common.inc | 7 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend new file mode 100644 index 00000000..164ec1b2 --- /dev/null +++ b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | |||
@@ -0,0 +1 @@ | |||
require mesa-omap3-common.inc | |||
diff --git a/recipes-graphics/mesa/mesa-dri_git.bbappend b/recipes-graphics/mesa/mesa-dri_git.bbappend new file mode 100644 index 00000000..164ec1b2 --- /dev/null +++ b/recipes-graphics/mesa/mesa-dri_git.bbappend | |||
@@ -0,0 +1 @@ | |||
require mesa-omap3-common.inc | |||
diff --git a/recipes-graphics/mesa/mesa-omap3-common.inc b/recipes-graphics/mesa/mesa-omap3-common.inc new file mode 100644 index 00000000..0340770a --- /dev/null +++ b/recipes-graphics/mesa/mesa-omap3-common.inc | |||
@@ -0,0 +1,7 @@ | |||
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" | ||