[oe] [meta-oe][PATCH] poco: update to 1.8.1

Martin Jansa martin.jansa at gmail.com
Tue Jan 30 15:07:47 UTC 2018


Anyone else seeing strange behavior with poco and libCppUnit.so.1 library?

WARNING: poco-1.8.0.1-r0 do_package: poco-cppunit-1.8.0.1 was registered as
shlib provider for libCppUnit.so.1, changing it to poco-1.8.0.1 because it
was built later
WARNING: poco-1.8.0.1-r0 do_package: poco-1.8.0.1 was registered as shlib
provider for libCppUnit.so.1, changing it to poco-cppunit-1.8.0.1 because
it was built later

this is happening with the 1.8.0.1 version already, but it would be good to
fix if it isn't fixed in 1.8.1 already. Maybe just passing explicit
-DENABLE_TESTS=OFF in
${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}"
might help (I haven't tried, I don't use poco anywhere, so I've just
blacklisted it locally).

On Mon, Jan 22, 2018 at 5:05 PM, akuster808 <akuster808 at gmail.com> wrote:

>
>
> On 01/17/2018 06:42 AM, Pascal Bach wrote:
> > Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
>
> Failed to build. Please see
>
> http://errors.yoctoproject.org/Errors/Build/51576/
> > ---
> >  meta-oe/recipes-support/poco/{poco_1.8.0.1.bb => poco_1.8.1.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-oe/recipes-support/poco/{poco_1.8.0.1.bb => poco_1.8.1.bb}
> (98%)
> >
> > diff --git a/meta-oe/recipes-support/poco/poco_1.8.0.1.bb
> b/meta-oe/recipes-support/poco/poco_1.8.1.bb
> > similarity index 98%
> > rename from meta-oe/recipes-support/poco/poco_1.8.0.1.bb
> > rename to meta-oe/recipes-support/poco/poco_1.8.1.bb
> > index 160b4d391..e44ff4470 100644
> > --- a/meta-oe/recipes-support/poco/poco_1.8.0.1.bb
> > +++ b/meta-oe/recipes-support/poco/poco_1.8.1.bb
> > @@ -12,7 +12,7 @@ inherit cmake ptest
> >
> >  BBCLASSEXTEND = "native"
> >
> > -SRCREV = "af527ab21fca5ab2659285408aec9920ed7c7b17"
> > +SRCREV = "2eca6c1813632fb779e07f1e1968afefa81e1dd0"
> >  SRC_URI = " \
> >      git://github.com/pocoproject/poco.git \
> >      file://run-ptest \
>
> --
> _______________________________________________
> 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