[OE-core] [PATCH] gnome-common: add EXTRA_OECONF "--with-autoconf-archive"

Jussi Kukkonen jussi.kukkonen at intel.com
Wed Apr 12 11:04:07 UTC 2017


On 12 April 2017 at 13:52, Zhixiong Chi <zhixiong.chi at windriver.com> wrote:

> After updating the autoconf-archive version to 2016.09.16, autoconf-archive
> installs the same ax_*.m4 macros that gnome-common installs. So there will
> be the conflict occurs.
> The option '--with-autoconf-archive' is passed to configure, the macros
> are not installed, and gnome-common will not install any M4 macros that
> conflict with autoconf-archive.
> At the same time, set the RDEPENDS for gnome-common.
>
> Signed-off-by: Zhixiong Chi <zhixiong.chi at windriver.com>
> ---
>  meta/recipes-gnome/gnome/gnome-common_3.18.0.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
> b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
> index 06f3bb3..96817bb 100644
> --- a/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
> +++ b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
> @@ -14,6 +14,9 @@ SRC_URI[archive.sha256sum] =
> "22569e370ae755e04527b76328befc4c73b62bfd4a572499fd
>  EXTRA_AUTORECONF = ""
>  DEPENDS = ""
>
> +EXTRA_OECONF += " --with-autoconf-archive"
> +RDEPENDS_${PN} = "autoconf-archive"
>

autoconf-archive is not in oe-core, is it?


> +
>  FILES_${PN} += "${datadir}/aclocal"
>  FILES_${PN}-dev = ""
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170412/ed8f0896/attachment-0002.html>


More information about the Openembedded-core mailing list