[oe] [PATCH][meta-oe 08/10] elmdentica, azy: blacklist because they are old and fail to build with gcc-5

Khem Raj raj.khem at gmail.com
Fri Oct 2 02:26:49 UTC 2015


On Thu, Oct 1, 2015 at 8:30 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> * they weren't migrated from E_SVN to git and updated in ages, I'm not interested
>   in maintaining them and nobody else volunteered to fix it
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-efl/recipes-efl/e17/elmdentica_svn.bb | 2 ++
>  meta-efl/recipes-efl/efl/azy_svn.bb        | 5 +++++
>  2 files changed, 7 insertions(+)
>
> diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
> index 20a4849..56a74c5 100644
> --- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb
> +++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
> @@ -19,3 +19,5 @@ SRCREV = "${EFL_SRCREV}"
>  RDEPENDS_${PN} = "${PN}-themes"
>
>  SRC_URI += "file://configure.patch"
> +
> +PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy"
> diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb
> index 0c3c9d7..dec2475 100644
> --- a/meta-efl/recipes-efl/efl/azy_svn.bb
> +++ b/meta-efl/recipes-efl/efl/azy_svn.bb
> @@ -30,3 +30,8 @@ inherit efl
>  SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep"
>  S = "${WORKDIR}/${SRCNAME}"
>
> +# azy/2_1.0.0+svnr82070-r2/azy/src/lib/extras/pugixml.cpp:33:
> +# sysroots/qemuarm/usr/include/c++/5.2.0/bits/basic_string.h:4780:5: error: reference to 'basic_string' is ambiguous

this is more serious problem. there seems to be two implementations of
string object. May be you should remove including string.h in
pugixml.cpp

> +#     basic_string<_CharT, _Traits, _Alloc>
> +#     ^
> +PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5"
> --
> 2.6.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list