Changelog: https://github.com/pocoproject/poco/releases/tag/poco-1.15.0-release
Signed-off-by: Andrej Kozemcak <[email protected]> --- .../poco/{poco_1.14.2.bb => poco_1.15.0.bb} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.14.2.bb => poco_1.15.0.bb} (94%) diff --git a/meta-oe/recipes-support/poco/poco_1.14.2.bb b/meta-oe/recipes-support/poco/poco_1.15.0.bb similarity index 94% rename from meta-oe/recipes-support/poco/poco_1.14.2.bb rename to meta-oe/recipes-support/poco/poco_1.15.0.bb index 8cdcf3649c..a22694031a 100644 --- a/meta-oe/recipes-support/poco/poco_1.14.2.bb +++ b/meta-oe/recipes-support/poco/poco_1.15.0.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-${PV};protocol=http file://0002-DataTest-disable-testSQLChannel-test.patch \ file://run-ptest \ " -SRCREV = "96d182a99303fb068575294b36f0cc20da2e7b25" +SRCREV = "52c558fbcda0578467e4f59c96961eb629ed3c77" UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" @@ -126,8 +126,12 @@ PACKAGES_DYNAMIC = "poco-.*" ALLOW_EMPTY:${PN} = "1" # cppunit and datatest is only built if tests are enabled -PACKAGES =+ "${PN}-cppunit ${PN}-datatest" -FILES:${PN}-cppunit += "${libdir}/libCppUnit.so*" +# Upstream only ships libCppUnit.so.1 + symlink libCppUnit.so (no patch version), +# so split: runtime in poco-cppunit, dev symlink in poco-cppunit-dev +PACKAGES =+ "${PN}-cppunit-dev ${PN}-cppunit ${PN}-datatest" +FILES:${PN}-cppunit-dev += "${libdir}/libCppUnit.so" +RDEPENDS:${PN}-cppunit-dev += "${PN}-cppunit" +FILES:${PN}-cppunit += "${libdir}/libCppUnit.so.1" ALLOW_EMPTY:${PN}-cppunit = "1" FILES:${PN}-datatest += "${libdir}/libPocoDataTest.so*" ALLOW_EMPTY:${PN}-datatest = "1" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124982): https://lists.openembedded.org/g/openembedded-devel/message/124982 Mute This Topic: https://lists.openembedded.org/mt/118218627/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
