summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-02-10 17:10:22 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:08 -0800
commit8296482ab0dc20370818e7bcfe3152fdb079c21a (patch)
tree5949ae8d83b0d89a499759a9c9298064bf02d959
parent747f2b282b34ccec67062f9bac47a6d4cb4bb274 (diff)
downloadmeta-openembedded-8296482ab0dc20370818e7bcfe3152fdb079c21a.tar.gz
grilo: remove obsolete comment
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb4
1 files changed, 1 insertions, 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 f6ea21eb52..7862748184 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 @@
1SUMMARY = "Grilo is a framework forsearching media content from various sources" 1SUMMARY = "Grilo is a framework for searching media content from various sources"
2LICENSE = "LGPL-2.1-only" 2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 3LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
4 4
@@ -14,8 +14,6 @@ SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfc
14GIR_MESON_OPTION = "enable-introspection" 14GIR_MESON_OPTION = "enable-introspection"
15GTKDOC_MESON_OPTION = "enable-gtk-doc" 15GTKDOC_MESON_OPTION = "enable-gtk-doc"
16 16
17# Note: removing 'net' from PACKAGECONFIG causes
18# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir".
19PACKAGECONFIG ??= "net" 17PACKAGECONFIG ??= "net"
20 18
21PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0" 19PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0"