summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-11-10 16:36:12 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-10 10:41:35 -0800
commit8df920252454762a1c84e2d899c8971dd2ca7342 (patch)
treeb2545adba2de81d7461c63067ffecf869202b7b6
parent9d35b819f38de55cd704d604df410ca7fb8168aa (diff)
downloadmeta-openembedded-8df920252454762a1c84e2d899c8971dd2ca7342.tar.gz
gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURES
gnome-calculator depends on gtk4 which depends on libepoxy(an opengl related library) [1]. Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb DEPENDS on or otherwise requires it) gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calculator', 'gtk4-native'] [1] https://github.com/anholt/libepoxy/ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb
index 31513a5f61..66a29a094e 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb
@@ -26,7 +26,7 @@ inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext f
26def gnome_verdir(v): 26def gnome_verdir(v):
27 return oe.utils.trim_version(v, 1) 27 return oe.utils.trim_version(v, 1)
28 28
29REQUIRED_DISTRO_FEATURES = "x11" 29REQUIRED_DISTRO_FEATURES = "x11 opengl"
30 30
31SRC_URI[archive.sha256sum] = "33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0" 31SRC_URI[archive.sha256sum] = "33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0"
32 32