diff mbox series

[meta-python] rygel: remove x11 from REQUIRED_DISTRO_FEATURES

Message ID 20260126204144.2576530-1-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python] rygel: remove x11 from REQUIRED_DISTRO_FEATURES | expand

Commit Message

Tom Geelen Jan. 26, 2026, 8:41 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Markus Volk Jan. 26, 2026, 8:50 p.m. UTC | #1
Are you sure about this? Without having x11 in DISTRO_FEATURES I see:
| Run-time dependency x11 found: NO (tried pkgconfig)
|
| ../sources/rygel-45.0/src/rygel/meson.build:9:80: ERROR: Dependency 
"x11" not found, tried pkgconfig
|
| A full log can be found at 
/home/flk/bitbake-builds/poky/build/tmp/work/corei7-64-poky-linux/rygel/45.0/build/meson-logs/meson-log.txt
|
| Last 10 lines of meson-log.txt:
| Package x11 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `x11.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'x11' found
| -----------
| CMake binary for host machine is cached as not found
| Dependency lookup for x11 with method 'cmake' failed: CMake binary 
for machine host machine not found. Giving up.
| Run-time dependency x11 found: NO (tried pkgconfig)
|
| ../sources/rygel-45.0/src/rygel/meson.build:9:80: ERROR: Dependency 
"x11" not found, tried pkgconfig
|
| ERROR: meson setup failed


<https://gitlab.gnome.org/GNOME/rygel/-/blob/master/src/rygel/meson.build?ref_type=heads#L9>

On Mon, Jan 26 2026 at 21:41:44 +01:00:00, Tom Geelen via 
lists.openembedded.org <t.f.g.geelen=gmail.com@lists.openembedded.org> 
wrote:
> Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com 
> <mailto:t.f.g.geelen@gmail.com>>
> ---
>  meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb 
> b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
> index 60a79f5fb3..97948d896f 100644
> --- a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
> +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
> @@ -18,7 +18,7 @@ RRECOMMENDS:${PN} = "rygel-plugin-media-export"
>  inherit gnomebase features_check vala gobject-introspection gettext 
> systemd
> 
>  # gobject-introspection is mandatory for libmediaart-2.0 and cannot 
> be configured
> -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
> +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> 
>  SRC_URI[archive.sha256sum] = 
> "82667b902fc0672e64cf91eb727a70137a8fdfe7a3d9a4c158b0f4b1fc700882"
> 
> --
> 2.43.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#123890): 
> <https://lists.openembedded.org/g/openembedded-devel/message/123890>
> Mute This Topic: <https://lists.openembedded.org/mt/117476818/3618223>
> Group Owner: openembedded-devel+owner@lists.openembedded.org 
> <mailto:openembedded-devel+owner@lists.openembedded.org>
> Unsubscribe: 
> <https://lists.openembedded.org/g/openembedded-devel/unsub> 
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Tom Geelen Jan. 26, 2026, 9:38 p.m. UTC | #2
Ah you are right. I am mistaken. Sorry for the message. I drew a
correlation where there was none.

On Mon, Jan 26, 2026 at 9:51 PM Markus Volk <f_l_k@t-online.de> wrote:

> Are you sure about this? Without having x11 in DISTRO_FEATURES I see:
> | Run-time dependency x11 found: NO (tried pkgconfig)
> |
> | ../sources/rygel-45.0/src/rygel/meson.build:9:80: ERROR: Dependency
> "x11" not found, tried pkgconfig
> |
> | A full log can be found at
> /home/flk/bitbake-builds/poky/build/tmp/work/corei7-64-poky-linux/rygel/45.0/build/meson-logs/meson-log.txt
> |
> | Last 10 lines of meson-log.txt:
> | Package x11 was not found in the pkg-config search path.
> | Perhaps you should add the directory containing `x11.pc'
> | to the PKG_CONFIG_PATH environment variable
> | No package 'x11' found
> | -----------
> | CMake binary for host machine is cached as not found
> | Dependency lookup for x11 with method 'cmake' failed: CMake binary for
> machine host machine not found. Giving up.
> | Run-time dependency x11 found: NO (tried pkgconfig)
> |
> | ../sources/rygel-45.0/src/rygel/meson.build:9:80: ERROR: Dependency
> "x11" not found, tried pkgconfig
> |
> | ERROR: meson setup failed
>
>
>
> https://gitlab.gnome.org/GNOME/rygel/-/blob/master/src/rygel/meson.build?ref_type=heads#L9
>
> On Mon, Jan 26 2026 at 21:41:44 +01:00:00, Tom Geelen via
> lists.openembedded.org <t.f.g.geelen=gmail.com@lists.openembedded.org>
> wrote:
>
> Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> ---
> meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb | 2 +- 1 file
> changed, 1 insertion(+), 1 deletion(-) diff --git
> a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
> b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb index
> 60a79f5fb3..97948d896f 100644 ---
> a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb +++
> b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb @@ -18,7 +18,7
> @@ RRECOMMENDS:${PN} = "rygel-plugin-media-export" inherit gnomebase
> features_check vala gobject-introspection gettext systemd #
> gobject-introspection is mandatory for libmediaart-2.0 and cannot be
> configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
> +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> SRC_URI[archive.sha256sum] =
> "82667b902fc0672e64cf91eb727a70137a8fdfe7a3d9a4c158b0f4b1fc700882"
> --
> 2.43.0
> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this
> group. View/Reply Online (#123890):
> https://lists.openembedded.org/g/openembedded-devel/message/123890 Mute
> This Topic: https://lists.openembedded.org/mt/117476818/3618223 Group
> Owner: openembedded-devel+owner@lists.openembedded.org Unsubscribe:
> https://lists.openembedded.org/g/openembedded-devel/unsub [
> f_l_k@t-online.de] -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
index 60a79f5fb3..97948d896f 100644
--- a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
+++ b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb
@@ -18,7 +18,7 @@  RRECOMMENDS:${PN} = "rygel-plugin-media-export"
 inherit gnomebase features_check vala gobject-introspection gettext systemd
 
 # gobject-introspection is mandatory for libmediaart-2.0 and cannot be configured
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 SRC_URI[archive.sha256sum] = "82667b902fc0672e64cf91eb727a70137a8fdfe7a3d9a4c158b0f4b1fc700882"