[OE-core] [PATCH] cracklib: cracklib-native should not depend on zlib

Saul Wold sgw at linux.intel.com
Thu Oct 24 21:56:21 UTC 2013


On 10/24/2013 08:17 AM, Konrad Scherer wrote:
> From: Konrad Scherer <Konrad.Scherer at windriver.com>
>
> Signed-off-by: Konrad Scherer <Konrad.Scherer at windriver.com>
> ---
>   meta/recipes-extended/cracklib/cracklib_2.9.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.0.bb b/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
> index 34c2ff1..bbf88bb 100644
> --- a/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
> +++ b/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
> @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+"
>   LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
>
>   DEPENDS = "cracklib-native zlib"
> -DEPENDS_class-native = "zlib"
> +DEPENDS_class-native = "zlib-native"
>
This is actually needed since cracklib has a configure test for zlib.h, 
with no way to disable it. So without the zlib-native the build will be 
non-determinstic, since depending on the existance of zlib.h configure 
output will be different.

Thanks
	Sau!



>   EXTRA_OECONF = "--without-python --libdir=${base_libdir}"
>
>



More information about the Openembedded-core mailing list