[oe-commits] [meta-openembedded] 05/84: gnome-common: add PACKAGECONFIG for autoconf-archive

Martin Jansa martin.jansa at gmail.com
Wed Nov 15 18:03:11 UTC 2017


Please don't merge this one until autoconf-archive is changed in oe-core.

On Wed, Nov 15, 2017 at 6:36 PM, <git at git.openembedded.org> wrote:

> This is an automated email from the git hooks/post-receive script.
>
> armin_kuster pushed a commit to branch master-next
> in repository meta-openembedded.
>
> commit f852f042d60103de7fc7424e60b46aa0f24a7bd9
> Author: Chen Qi <Qi.Chen at windriver.com>
> AuthorDate: Tue Oct 24 16:19:44 2017 +0800
>
>     gnome-common: add PACKAGECONFIG for autoconf-archive
>
>     Add PACKAGECONFIG for autoconf-archive. Default to enable it to avoid
>     m4 file conflicts between gnome-common and autoconf-archive.
>
>     e.g.
>     IMAGE_INSTALL_append = " gnome-common autoconf-archive-dev"
>     bitbake <image>
>
>     We enable autoconf-archive PACKAGECONFIG to avoid the following error.
>
>     Error: Transaction check error:
>       file /usr/share/aclocal/ax_check_enable_debug.m4 conflicts between
> attempted installs of gnome-common-3.18.0-r0.noarch and
> autoconf-archive-dev-2016.09.16-r0.core2_64
>       file /usr/share/aclocal/ax_code_coverage.m4 conflicts between
> attempted installs of gnome-common-3.18.0-r0.noarch and
> autoconf-archive-dev-2016.09.16-r0.core2_64
>
>     Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
>     Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
> b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
> index 06f3bb3..d874164 100644
> --- a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
> +++ b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
> @@ -14,6 +14,10 @@ SRC_URI[archive.sha256sum] = "
> 22569e370ae755e04527b76328befc4c73b62bfd4a572499fd
>  EXTRA_AUTORECONF = ""
>  DEPENDS = ""
>
> +# Default to enable autoconf-archive to avoid conflicts
> +PACKAGECONFIG ??= "autoconf-archive"
> +PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive,
> --without-autoconf-archive, autoconf-archive"
> +
>  FILES_${PN} += "${datadir}/aclocal"
>  FILES_${PN}-dev = ""
>
>
> --
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>


More information about the Openembedded-commits mailing list