diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-11-10 16:36:23 +0800 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-26 13:17:09 +0200 |
| commit | e4a5fcc11bcb1d686eae22ce099dc09beb2fff92 (patch) | |
| tree | eaf3181af20ac943ebfe08c434d26c88432f1071 | |
| parent | 3cda04973fd8f557730a02a5868a8dabec04ca58 (diff) | |
| download | meta-openembedded-e4a5fcc11bcb1d686eae22ce099dc09beb2fff92.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>
(cherry picked from commit 06fbe76348f801d28785d8898c79c6c93ec33490)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb index 36fe9cf215..f2dd99761a 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.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] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" | 29 | SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" |
| 30 | 30 | ||
