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

* Re: [meta-oe][PATCH] udisks: Don't enable acl PACKAGECONFIG by default
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-01-01 21:12 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]

On Wed, Jan 01, 2014 at 12:58:50PM +0100, Martin Jansa wrote:
> * 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

newer udisks also breaks 
| configure: error: Package requirements (udisks  >= 1.0.0 udisks < 1.1.0) were not met:

NOTE: recipe gnome-disk-utility-2.32.0-r4: task do_configure: Failed
ERROR: Task 366
(/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb,
do_configure) failed with exit code '1'

so newer udisks needs to wait for gnome-disk-utility update.

>  
>  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
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH] udisks: Don't enable acl PACKAGECONFIG by default
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2014-01-02 12:56 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin Jansa schreef op 01-01-14 12:58:
> * libacl isn't available in oe-core/meta-oe

Yes it is:
https://github.com/openembedded/oe-core/blob/master/meta/recipes-support/attr/acl_2.2.52.bb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFSxWHwMkyGM64RGpERAvmGAKCzy6nSaxbWBhe9/VaXl439dfWRiwCfa3vp
ez5rPMtceGixyAcVTm2XEUE=
=rj77
-----END PGP SIGNATURE-----



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

* Re: [meta-oe][PATCH] udisks: Don't enable acl PACKAGECONFIG by default
  2014-01-02 12:56 ` Koen Kooi
@ 2014-01-02 13:38   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-01-02 13:38 UTC (permalink / raw)
  To: openembedded-devel

Ah ok, so packageconfig needs to be fixed..

 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,libacl"


On Thu, Jan 2, 2014 at 1:56 PM, Koen Kooi <koen@dominion.thruhere.net>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Martin Jansa schreef op 01-01-14 12:58:
> > * libacl isn't available in oe-core/meta-oe
>
> Yes it is:
>
> https://github.com/openembedded/oe-core/blob/master/meta/recipes-support/attr/acl_2.2.52.bb
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iD8DBQFSxWHwMkyGM64RGpERAvmGAKCzy6nSaxbWBhe9/VaXl439dfWRiwCfa3vp
> ez5rPMtceGixyAcVTm2XEUE=
> =rj77
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[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.