All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] udisks: Don't enable acl PACKAGECONFIG by default
@ 2014-01-01 11:58 Martin Jansa
  2014-01-01 21:12 ` Martin Jansa
  2014-01-02 12:56 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2014-01-01 11:58 UTC (permalink / raw)
  To: openembedded-devel

* libacl isn't available in oe-core/meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/udisks/udisks_2.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/udisks/udisks_2.1.1.bb b/meta-oe/recipes-support/udisks/udisks_2.1.1.bb
index d4c6eff..a0bf148 100644
--- a/meta-oe/recipes-support/udisks/udisks_2.1.1.bb
+++ b/meta-oe/recipes-support/udisks/udisks_2.1.1.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "013b09ff38aa256b89c01525771f4565cb088724d5c8c79b32e9f811e8
 
 inherit autotools systemd
 
-PACKAGECONFIG ??= "atasmart polkit acl ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-login', '', d)}"
+PACKAGECONFIG ??= "atasmart polkit ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-login', '', d)}"
 PACKAGECONFIG[atasmart] = "--enable-libatasmart,--disable-libatasmart,libatasmart"
 PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit"
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,libacl"
-- 
1.8.4.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-02 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 11:58 [meta-oe][PATCH] udisks: Don't enable acl PACKAGECONFIG by default Martin Jansa
2014-01-01 21:12 ` Martin Jansa
2014-01-02 12:56 ` Koen Kooi
2014-01-02 13:38   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.