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 <[email protected]> > --- > 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: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
