mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
packagegroup-meta-oe: fixup package that now require polkit
After below commits to add polkit as a required distro feature:97a1a55polkit: add polkit as a required distro featurec049e02polkit: inherit distro_features_check We need to propagate that to all recipes that use/need them, such as this packagegroup, otherwise 'world' will fail. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
62a8c64a02
commit
94f8941897
|
|
@ -243,7 +243,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
|
|||
sjf2410-linux-native satyr sdparm pty-forward-native serial-forward \
|
||||
sg3-utils sharutils smem spitools srecord ssiapi start-stop-daemon stm32flash \
|
||||
syslog-ng system-config-keyboard tbb thin-provisioning-tools tokyocabinet \
|
||||
tree udisks udisks2 uhubctl unixodbc upower uriparser usb-modeswitch \
|
||||
tree uhubctl unixodbc uriparser usb-modeswitch \
|
||||
usb-modeswitch-data usbpath uthash utouch-evemu utouch-frame \
|
||||
vim vim-tiny websocketpp wmiconfig xdelta3 xdg-user-dirs xmlstarlet \
|
||||
zbar zile \
|
||||
|
|
@ -251,6 +251,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
|
|||
${@bb.utils.contains("DISTRO_FEATURES", "pulseadio bluez4", "libcanberra", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp xrdp", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "bluez4", "procmail", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "polkit", "udisks udisks2 upower", "", d)} \
|
||||
${NE10} \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user