[OE-core] [OE-Core][PATCH 2/2] openssh: Fix non-deterministic build behaviour

Christopher Larson clarson at kergoth.com
Mon Feb 9 15:27:27 UTC 2015


On Wed, Feb 4, 2015 at 9:09 AM, Dan McGregor <danismostlikely at gmail.com>
wrote:

> From: Dan McGregor <dan.mcgregor at usask.ca>
>
> If maillock.h is found, a dependency on liblockfile will be created.
> liblockfile is in meta-oe, so we don't want that in an oe-core recipe.
>
> Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
> ---
>  meta/recipes-connectivity/openssh/openssh_6.7p1.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
> b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
> index dcbc181..a272629 100644
> --- a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
> +++ b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
> @@ -62,6 +62,9 @@ CACHED_CONFIGUREVARS += "ac_cv_header_bsd_libutil_h=no
> ac_cv_header_libutil_h=no
>  # passwd path is hardcoded in sshd
>  CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd"
>
> +# We don't want to depend on libblockfile
> +CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no"
> +
>

I wonder if this should be a PACKAGECONFIG. Most optional dependencies tend
to be.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150209/a054cd8b/attachment-0002.html>


More information about the Openembedded-core mailing list