From e921a2f251a325aaa1ea46c42b8ae789c2897cf0 Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Wed, 10 Jun 2020 21:49:01 +0200 Subject: meta-oe: Don't inherit 'features_check' in recipes that don't utilize it Signed-off-by: Jacob Kroon Signed-off-by: Khem Raj --- meta-oe/recipes-support/upower/upower_0.99.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/upower') diff --git a/meta-oe/recipes-support/upower/upower_0.99.11.bb b/meta-oe/recipes-support/upower/upower_0.99.11.bb index 6408417920..d6c89a65d0 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.11.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.11.bb @@ -10,7 +10,7 @@ SRC_URI = " \ SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" -inherit autotools pkgconfig gettext gobject-introspection systemd features_check +inherit autotools pkgconfig gettext gobject-introspection systemd PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" -- cgit 1.2.3-korg