[oe-commits] [meta-openembedded] 10/11: upower: add REQUIRED_DISTRO_FEATURES for polkit

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 19:12:18 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7447d05fd71bea7877d5f78666cb087fcc529219
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Wed Feb 20 17:34:47 2019 +0800

    upower: add REQUIRED_DISTRO_FEATURES for polkit
    
    After below commits to add polkit as a required
    distro feature:
    97a1a55 polkit: add polkit as a required distro feature
    c049e02 polkit: inherit distro_features_check
    
    Need to add REQUIRED_DISTRO_FEATURES for polkit to
    fix below error for these packages which depend on
    polkit:
    $ bitbake upower
    ERROR: Nothing PROVIDES 'polkit' (but /build/layers/meta-openembedded/meta-oe/recipes-support/upower/upower_0.99.7.bb DEPENDS on or otherwise requires it)
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/upower/upower_0.99.7.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 2cf3163..3fd91e9 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 = " \
 SRC_URI[md5sum] = "236bb439d9ff1151450b3d8582399532"
 SRC_URI[sha256sum] = "24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401"
 
-inherit autotools pkgconfig gettext gobject-introspection systemd
+inherit autotools pkgconfig gettext gobject-introspection systemd distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "polkit"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list