mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
e1cbc611a5
commit
1955d0f140
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user