aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/upower
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2020-06-10 21:49:01 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-10 20:57:01 -0700
commite921a2f251a325aaa1ea46c42b8ae789c2897cf0 (patch)
treeab6b9a1e884b5e41218c85ec3786b2eeecb664db /meta-oe/recipes-support/upower
parentb2dfc24fdea7c3542dcb1118d12ed365390483c0 (diff)
downloadmeta-openembedded-contrib-e921a2f251a325aaa1ea46c42b8ae789c2897cf0.tar.gz
meta-oe: Don't inherit 'features_check' in recipes that don't utilize it
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/upower')
-rw-r--r--meta-oe/recipes-support/upower/upower_0.99.11.bb2
1 files changed, 1 insertions, 1 deletions
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"