[OE-core] [PATCH] systemd: depend on libgcrypt

Martin Jansa martin.jansa at gmail.com
Thu Apr 18 18:15:12 UTC 2013


I've seen the same build issue when rebuilding from sstate-cache, fix looks
good.


On Thu, Apr 18, 2013 at 8:09 PM, Enrico Scholz <
enrico.scholz at sigma-chemnitz.de> wrote:

> Although libgcrypt support is optional, its development files are
> are always required to expand AM_PATH_LIBGCRYPT.  Build might fails else
> with
>
> | libtoolize: copying file `m4/lt~obsolete.m4'
> | configure.ac:446: warning: macro 'AM_PATH_LIBGCRYPT' not found in
> library
> | ...
> | configure.ac:446: error: possibly undefined macro: AM_PATH_LIBGCRYPT
> | autoreconf: .../autoconf failed with exit status: 1
> | + bbfatal 'autoreconf execution failed.'
> | + echo 'ERROR: autoreconf execution failed.'
>
> Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
> ---
>  meta/recipes-core/systemd/systemd_199.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_199.bbb/meta/recipes-core/systemd/
> systemd_199.bb
> index 4fabcc9..2596bdf 100644
> --- a/meta/recipes-core/systemd/systemd_199.bb
> +++ b/meta/recipes-core/systemd/systemd_199.bb
> @@ -11,7 +11,7 @@ PROVIDES = "udev"
>  PE = "1"
>  PR = "r3"
>
> -DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native
> acl readline dbus libcap libcgroup tcp-wrappers glib-2.0"
> +DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native
> acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt"
>  DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
>
>  SECTION = "base/shell"
> @@ -48,7 +48,7 @@ GTKDOC_DOCDIR = "${S}/docs/"
>
>  PACKAGECONFIG ??= "xz"
>  # Sign the journal for anti-tampering
> -PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
> +PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,,"
>  # Compress the journal
>  PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
>
> --
> 1.8.1.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130418/f93fadc3/attachment-0002.html>


More information about the Openembedded-core mailing list