Module: meta-ti Branch: master Commit: bef66dc21a80d237028e003abdc71c66eb0078f9 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bef66dc21a80d237028e003abdc71c66eb0078f9
Author: Andreas Müller <[email protected]> Date: Tue Sep 4 18:20:57 2012 +0200 mesa: add appends to avoid providing conflicts For libgles-omap3 compatible machines mesa should only provide libgl. Signed-off-by: Andreas Müller <[email protected]> Rebased to squash removal of mesa-xlib. Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 1 + recipes-graphics/mesa/mesa-dri_git.bbappend | 1 + 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 0000000..164ec1b --- /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 0000000..164ec1b --- /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 0000000..0340770 --- /dev/null +++ b/recipes-graphics/mesa/mesa-omap3-common.inc @@ -0,0 +1,7 @@ +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" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
