[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: polkit-group-rule.inc: remove allarch

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 11:06:16 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 6ca0e826ceee9f7d7cd6c19077abf7419720f125
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6ca0e826ceee9f7d7cd6c19077abf7419720f125

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Sep 11 14:28:08 2015 +0200

polkit-group-rule.inc: remove allarch

Recipes using this include depend on polkit which is not allarch.

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/polkit/polkit-group-rule.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
index 3435e93..b727d00 100644
--- a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
+++ b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
@@ -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



More information about the Openembedded-commits mailing list