diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-19 17:34:39 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-17 13:05:20 -0400 |
| commit | e394c5d39dd03e25079d4db35c8174112d087ac8 (patch) | |
| tree | d0f4b7d3866c81707e02ad00b5a65af44bd047b7 /meta-networking/dynamic-layers | |
| parent | 2a0f5686c9683450af5874352c9f4a54b2571fb2 (diff) | |
| download | meta-openembedded-e394c5d39dd03e25079d4db35c8174112d087ac8.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>
(cherry picked from commit 0713297ae90cdf6fc7339ebdcaf5f6f839bcd028)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/dynamic-layers')
| -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 |
