diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-19 17:34:39 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-20 00:45:51 -0700 |
commit | 0713297ae90cdf6fc7339ebdcaf5f6f839bcd028 (patch) | |
tree | 877dc50eafcf2109aa036f63c74bfa739a1d01a8 | |
parent | a1f805e23ea945f098d823492db2cb664007d43b (diff) | |
download | meta-openembedded-0713297ae90cdf6fc7339ebdcaf5f6f839bcd028.tar.gz |
system-config-printer: clean up DEPENDS
Remove intltool-native as it is not used, and add autoconf-archive-native.
Also explicitly disable systemd when not selected to be sure it doesn't
automatically enable.
Signed-off-by: Ross Burton <ross.burton@arm.com>
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 | 4 |
1 files changed, 2 insertions, 2 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 e70edef271..883d582371 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 | |||
@@ -11,10 +11,10 @@ inherit autotools gettext pkgconfig python3native features_check | |||
11 | 11 | ||
12 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 12 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
13 | 13 | ||
14 | DEPENDS = "cups glib-2.0 libusb xmlto-native intltool-native desktop-file-utils-native" | 14 | DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" |
15 | 15 | ||
16 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 16 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
17 | PACKAGECONFIG[systemd] = ",,systemd" | 17 | PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd" |
18 | 18 | ||
19 | do_configure:prepend() { | 19 | do_configure:prepend() { |
20 | # This file is not provided if fetching from git but required for configure | 20 | # This file is not provided if fetching from git but required for configure |