diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-11-10 16:36:23 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-10 10:41:35 -0800 |
| commit | 06fbe76348f801d28785d8898c79c6c93ec33490 (patch) | |
| tree | fc981d644d9ff6d5a92549c5bf34dd535edb944a | |
| parent | dd10f8edaae118f8fc1e51c89efb006826a40769 (diff) | |
| download | meta-openembedded-06fbe76348f801d28785d8898c79c6c93ec33490.tar.gz | |
gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.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-bluetooth', 'gtk4-native']
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-bluetooth/gnome-bluetooth_42.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb index 75e1244f8f..1c3180f9d5 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb | |||
| @@ -24,7 +24,7 @@ GTKIC_VERSION = "4" | |||
| 24 | 24 | ||
| 25 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection | 25 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection |
| 26 | 26 | ||
| 27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 28 | 28 | ||
| 29 | SRC_URI[archive.sha256sum] = "1d6fcf1cdb6cc9923ab334a2c0bc37a2c1bba9d18de153d484eedc04f3c0bcdc" | 29 | SRC_URI[archive.sha256sum] = "1d6fcf1cdb6cc9923ab334a2c0bc37a2c1bba9d18de153d484eedc04f3c0bcdc" |
| 30 | 30 | ||
