[oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

Martin Jansa martin.jansa at gmail.com
Tue Jan 6 16:28:09 UTC 2015


On Tue, Jan 06, 2015 at 08:01:06AM -0800, Armin Kuster wrote:
> add --without-expat
> 
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
> index 43e0746..0e58db7 100644
> --- a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
> +++ b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
> @@ -12,5 +12,7 @@ S = "${WORKDIR}/${PN}-${PV}"
>  
>  EXTRA_OECONF = "--prefix=/usr"
>  
> -inherit autotools
> +PACKAGECONFIG ??=""
> +PACKAGECONFIG[expat] = ", --without-expat, expat, expat"

Is explicit expat runtime dependency needed when enabled?

It was detected by dependency test so I don't think so (so it's
correctly added by shlibs providers when enabled/detected).

> +inherit autotools
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150106/92e556fb/attachment-0002.sig>


More information about the Openembedded-devel mailing list