Andrej Valek
e50dd7da23
poco: upgrade 1.11.1 -> 1.11.2
...
Signed-off-by: Andrej Valek <andrej.valek@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-04-19 08:22:50 -07:00
Wang Mingyu
362edb4850
poco: upgrade 1.11.0 -> 1.11.1
...
0001-fix-missing-expat-definition.patch
removed since it's included in 1.11.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-07 09:27:53 -08:00
Martin Jansa
856902b8c0
Fix DeprecationWarning about regexps
...
* fixes:
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:125: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:126: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:128: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:129: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:130: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb:18: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb:21: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb:28: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1342: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \-
oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1344: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1345: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1348: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1350: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1353: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1355: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1358: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1360: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1365: DeprecationWarning: invalid escape sequence \.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-21 18:12:04 -08:00
Richard Purdie
b402a3076f
recipes: Update SRC_URI branch and protocols
...
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-03 06:57:49 -07:00
Pascal Bach
8527bd0ef8
poco: update to 1.11.0
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-24 08:12:35 -07:00
Martin Jansa
c61dc077bb
Convert to new override syntax
...
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
Khem Raj
fbc28b50e9
poco: Add riscv32 support
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-15 12:26:38 -08:00
richard
9ded5624b7
poco: Upgrade 1.9.4 -> 1.10.1
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-02 09:00:51 -08:00
Pierre-Jean Texier
207d738dbb
poco: add UPSTREAM_CHECK_GITTAGREGEX
...
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 >
2020-04-01 09:20:03 -07:00
Khem Raj
130cc706f1
poco: Define LIB_SUFFIX per OE multilibs
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-12-19 13:56:59 -08:00
Khem Raj
31693faa26
poco: Fix build on risc-v
...
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-01 18:02:09 -07:00
Adrian Bunk
b20ba29628
poco: Upgrade 1.9.0 -> 1.9.4
...
Removed patch for issue fixed upstream.
Signed-off-by: Adrian Bunk <bunk@stusta.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-11-01 17:22:52 -07:00
Khem Raj
11165418e6
poco: Backport riscv support patch
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-03-06 11:32:27 -08:00
Khem Raj
226e889f6b
poco: Fix cross compilation
...
Backport a pull request to fix build error seen during cross compiling
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Trevor Woerner
2d07e06ce9
poco: variable cleanup
...
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-29 12:56:19 -07:00
Pascal Bach
19e7db690a
poco: update to 1.9.0
...
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 >
2018-05-17 08:31:12 -07:00
Pascal Bach
735439b515
poco: update to 1.8.0.1
...
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-11-30 09:13:32 -08:00
Pascal Bach
4496cb4b29
poco: update to 1.7.9
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-09-18 10:18:12 +02:00
Pascal Bach
49ea5f4fa4
poco: make cmake packages relocatable
...
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-06-12 06:56:24 +02:00
Khem Raj
211beca606
poco: Upgrade to 1.7.8
...
Fixes build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-05 19:27:26 +02:00
Pascal Bach
8dbee05bc1
poco: update to 1.7.7
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-01-25 15:59:37 +01:00
Joshua Lock
efd3696e70
remove True option to getVar calls
...
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-12-02 09:16:17 +01:00
Pascal Bach
0feb5f748c
poco: update to 1.7.5
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2016-09-26 08:29:09 +02:00
Pascal Bach
0a2bd4f978
poco: update to 1.7.4
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2016-08-31 18:21:58 +02:00
Pascal Bach
00f6dc9cdb
poco: update to 1.7.3
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2016-07-29 11:00:56 +02:00
Pascal Bach
d114433d6a
poco: update to 1.7.1
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2016-03-25 11:26:59 +01:00
Pascal Bach
8700ba3880
poco: Add recipe for POCO C++ library
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2016-01-14 11:30:15 +01:00