summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-19 17:34:39 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-20 00:45:51 -0700
commit0713297ae90cdf6fc7339ebdcaf5f6f839bcd028 (patch)
tree877dc50eafcf2109aa036f63c74bfa739a1d01a8
parenta1f805e23ea945f098d823492db2cb664007d43b (diff)
downloadmeta-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.bb4
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
12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
13 13
14DEPENDS = "cups glib-2.0 libusb xmlto-native intltool-native desktop-file-utils-native" 14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
15 15
16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
17PACKAGECONFIG[systemd] = ",,systemd" 17PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd"
18 18
19do_configure:prepend() { 19do_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