aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poco
AgeCommit message (Collapse)Author
2020-11-15poco: Add riscv32 supportKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02poco: Upgrade 1.9.4 -> 1.10.1richard
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01poco: add UPSTREAM_CHECK_GITTAGREGEXPierre-Jean Texier
Fixes: INFO: poco 1.9.4 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-19poco: Define LIB_SUFFIX per OE multilibsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01poco: Fix build on risc-vKhem Raj
Patch fixes following error TOPDIR/build/tmp/work/riscv64-yoe-linux-musl/poco/1.9.4-r0/git/Foundation/src/utils.h:76:2: error: Target architecture was not detected as supported by Double-Conversion. ^ 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01poco: Upgrade 1.9.0 -> 1.9.4Adrian Bunk
Removed patch for issue fixed upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06poco: Backport riscv support patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08poco: Fix cross compilationKhem Raj
Backport a pull request to fix build error seen during cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29poco: variable cleanupTrevor Woerner
Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-17poco: update to 1.9.0Pascal Bach
Enable the new Encodings and Redis packages by default. Splitting into sub packages now uses PACKAGES_DYNAMIC instead of the custom logic used before. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-30poco: update to 1.8.0.1Pascal Bach
1.8 is a minor update from 1.7 and is planned to be the last version before 2.0. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-18poco: update to 1.7.9Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-12poco: make cmake packages relocatablePascal Bach
Before the path to the dependencies was hard coded into the generated PocoConfig.cmake file. This causes issues with sstate. This change overrides the libraries with just the library names and thus let's the linker take care of finding them. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-05poco: Upgrade to 1.7.8Khem Raj
Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-01-25poco: update to 1.7.7Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02remove True option to getVar callsJoshua Lock
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2016-09-26poco: update to 1.7.5Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-31poco: update to 1.7.4Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29poco: update to 1.7.3Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25poco: update to 1.7.1Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-14poco: Add recipe for POCO C++ libraryPascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>