summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-01 12:36:35 -0500
committerRyan Eatmon <reatmon@ti.com>2024-02-07 10:38:50 -0600
commitc2544ab8ba93e6001e6a8ef34c64ad39a8f778b3 (patch)
tree57785cd2fc67711207c4ad3d91a9959abf6c1f4e
parente9ed788e1882ea24c0f349789370e89003c4d019 (diff)
downloadmeta-ti-c2544ab8ba93e6001e6a8ef34c64ad39a8f778b3.tar.gz
cairo: drop local bbappend
Latest cairo release 1.18.0 no longer has corresponding opengl or glesv2 PACKAGECONFIGs. https://git.openembedded.org/openembedded-core/commit/?id=9a4ca6b08d6031ebb67adcdd650aa59acd4fb5fb Removed: - The cairo-sphinx tool - The XML, GL, GLES, Qt5, BeOS, OS/2, DirectFB, DRM, Cogl, and OpenVL backends - Autotools build system https://www.cairographics.org/news/cairo-1.18.0/ Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend1
-rw-r--r--meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc5
2 files changed, 0 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend b/meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend
deleted file mode 100644
index 459d8d09..00000000
--- a/meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
1require ${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver ti-sgx-ddk-km', 'pvr-cairo.inc', '', d)}
diff --git a/meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc b/meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc
deleted file mode 100644
index b41f1a01..00000000
--- a/meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc
+++ /dev/null
@@ -1,5 +0,0 @@
1# This is required since cairo expects the opengl distro feature to refer to
2# the desktop version of OpenGL. Imagination drivers only provide OpenGLES.
3
4PACKAGECONFIG:remove = "opengl"
5PACKAGECONFIG:append = " glesv2"