mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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:
committed by
Khem Raj
parent
62a8c64a02
commit
94f8941897
@@ -243,7 +243,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
|
|||||||
sjf2410-linux-native satyr sdparm pty-forward-native serial-forward \
|
sjf2410-linux-native satyr sdparm pty-forward-native serial-forward \
|
||||||
sg3-utils sharutils smem spitools srecord ssiapi start-stop-daemon stm32flash \
|
sg3-utils sharutils smem spitools srecord ssiapi start-stop-daemon stm32flash \
|
||||||
syslog-ng system-config-keyboard tbb thin-provisioning-tools tokyocabinet \
|
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 \
|
usb-modeswitch-data usbpath uthash utouch-evemu utouch-frame \
|
||||||
vim vim-tiny websocketpp wmiconfig xdelta3 xdg-user-dirs xmlstarlet \
|
vim vim-tiny websocketpp wmiconfig xdelta3 xdg-user-dirs xmlstarlet \
|
||||||
zbar zile \
|
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", "pulseadio bluez4", "libcanberra", "", d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp xrdp", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp xrdp", "", d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "bluez4", "procmail", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "bluez4", "procmail", "", d)} \
|
||||||
|
${@bb.utils.contains("DISTRO_FEATURES", "polkit", "udisks udisks2 upower", "", d)} \
|
||||||
${NE10} \
|
${NE10} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user