grilo can be built without the "net" PACKAGECONFIG, it has been fixed in the upstream project[1] in version 0.3.14. Remove the comment referring to that bug.
Also, fix a typo. [1]: https://gitlab.gnome.org/GNOME/grilo/-/commit/9995169ab01c6a274a471b6f6d5f560683b0ae99 Signed-off-by: Gyorgy Sarvari <skandigr...@gmail.com> --- meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb index f6ea21eb5..786274818 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb @@ -1,4 +1,4 @@ -SUMMARY = "Grilo is a framework forsearching media content from various sources" +SUMMARY = "Grilo is a framework for searching media content from various sources" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" @@ -14,8 +14,6 @@ SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfc GIR_MESON_OPTION = "enable-introspection" GTKDOC_MESON_OPTION = "enable-gtk-doc" -# Note: removing 'net' from PACKAGECONFIG causes -# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir". PACKAGECONFIG ??= "net" PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115406): https://lists.openembedded.org/g/openembedded-devel/message/115406 Mute This Topic: https://lists.openembedded.org/mt/111104736/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-