diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/upower/upower_0.99.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.99.7.bb b/meta-oe/recipes-support/upower/upower_0.99.7.bb index 2cf3163bb..3fd91e958 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.7.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.7.bb | |||
@@ -11,7 +11,9 @@ SRC_URI = " \ | |||
11 | SRC_URI[md5sum] = "236bb439d9ff1151450b3d8582399532" | 11 | SRC_URI[md5sum] = "236bb439d9ff1151450b3d8582399532" |
12 | SRC_URI[sha256sum] = "24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401" | 12 | SRC_URI[sha256sum] = "24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401" |
13 | 13 | ||
14 | inherit autotools pkgconfig gettext gobject-introspection systemd | 14 | inherit autotools pkgconfig gettext gobject-introspection systemd distro_features_check |
15 | |||
16 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
15 | 17 | ||
16 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
17 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | 19 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" |