[oe-commits] [meta-openembedded] 04/04: udisks: add REQUIRED_DISTRO_FEATURES for polkit

git at git.openembedded.org git at git.openembedded.org
Fri Feb 22 18:21:39 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 748178dfa65d819d02ed4913d9db6574549fe6a5
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Fri Feb 22 18:29:49 2019 +0100

    udisks: 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 avoid error when
    trying to build 'world'
    
    Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/udisks/udisks_1.0.5.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
index 7cd9992..3ae8ecc 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
@@ -22,7 +22,10 @@ SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
 SRC_URI[udisks.md5sum] = "70d48dcfe523a74cd7c7fbbc2847fcdd"
 SRC_URI[udisks.sha256sum] = "f2ec82eb0ea7e01dc299b5b29b3c18cdf861236ec43dcff66b3552b4b31c6f71"
 
-inherit autotools-brokensep systemd gtk-doc
+inherit autotools-brokensep systemd gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "polkit"
+
 
 PACKAGECONFIG ??= "libdevmapper"
 PACKAGECONFIG[libdevmapper] = "--enable-devmapper,--disable-devmapper,libdevmapper"

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


More information about the Openembedded-commits mailing list