mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udisks: add REQUIRED_DISTRO_FEATURES for polkit
After below commits to add polkit as a required distro feature:97a1a55polkit: add polkit as a required distro featurec049e02polkit: 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@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
94f8941897
commit
479951ee99
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user