OverC / meta-overc

OverC + cubes distribution layer
MIT License
13 stars 28 forks source link

distro: add 'polkit' to the distro features #255

Closed masselstine closed 5 years ago

masselstine commented 5 years ago

meta-openembedded commit 97a1a55f4755 [polkit: add polkit as a required distro feature] requires us to include 'polkit' as a distro feature. This is due to libvirt including the 'polkit' PACKAGECONFIG as a result of the 'x11' distro feature that we already have set.

Fixes: [21:33:32-0800] ERROR: Nothing PROVIDES 'polkit' (but meta-virtualization/recipes-extended/libvirt/libvirt_4.9.0.bb DEPENDS on or otherwise requires it) [21:33:32-0800] polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES) [21:33:32-0800] NOTE: Runtime target 'libvirt-python' is unbuildable, removing... [21:33:32-0800] Missing or unbuildable dependency chain was: ['libvirt-python', 'polkit']

Signed-off-by: Mark Asselstine mark.asselstine@windriver.com

zeddii commented 5 years ago

merged