diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-05-31 20:46:42 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-01 12:17:15 -0700 |
| commit | 1955d0f140a9610346021d42fa45cb186eb6f042 (patch) | |
| tree | 07026fcb1d04defa564772273731e5ea33612954 | |
| parent | e1cbc611a5eb083e236b8d8c67b58bf9716609d0 (diff) | |
| download | meta-openembedded-1955d0f140a9610346021d42fa45cb186eb6f042.tar.gz | |
system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 9 | 9 | ||
| 10 | inherit autotools gettext pkgconfig python3native features_check | 10 | inherit autotools gettext pkgconfig python3native features_check |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data gobject-introspection" | 12 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 13 | 13 | ||
| 14 | DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" | 14 | DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" |
| 15 | 15 | ||
