openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-networking][PATCH] system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
@ 2023-05-31 20:46 Petr Gotthard
  0 siblings, 0 replies; only message in thread
From: Petr Gotthard @ 2023-05-31 20:46 UTC (permalink / raw)
  To: openembedded-devel

This reverts the commit df47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd.

The correct DISTRO_FEATURE is gobject-introspection-data,
which shall also be used by firewalld.

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
---
 .../system-config-printer/system-config-printer_1.5.18.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
index b636ad079a..f0ff24f376 100644
--- a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
+++ b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools gettext pkgconfig python3native features_check
 
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data gobject-introspection"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-31 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 20:46 [meta-networking][PATCH] system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data Petr Gotthard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).