mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
polkit-group-rule.inc: remove allarch
Recipes using this include depend on polkit which is not allarch. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
37f0735668
commit
315a2f9026
@@ -1,7 +1,7 @@
|
||||
# polkit must prepare polkid group
|
||||
DEPENDS += "polkit"
|
||||
|
||||
inherit allarch useradd
|
||||
inherit useradd
|
||||
|
||||
do_install_prepend() {
|
||||
install -m 700 -d ${D}${sysconfdir}/polkit-1/rules.d
|
||||
|
||||
Reference in New Issue
Block a user