diff options
| author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-06-10 21:49:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-10 20:57:01 -0700 |
| commit | e921a2f251a325aaa1ea46c42b8ae789c2897cf0 (patch) | |
| tree | ab6b9a1e884b5e41218c85ec3786b2eeecb664db /meta-oe/recipes-support | |
| parent | b2dfc24fdea7c3542dcb1118d12ed365390483c0 (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | meta-oe/recipes-support/upower/upower_0.99.11.bb | 2 |
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 = " \ | |||
| 10 | SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" | 10 | SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" |
| 11 | SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" | 11 | SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig gettext gobject-introspection systemd features_check | 13 | inherit autotools pkgconfig gettext gobject-introspection systemd |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | 16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" |
