libpoco: use system libraries instead of bundled versions

Poco comes with bundled versions of SQLite3, zlib, expat, etc.
Adding the ``-DPOCO_UNBUNDLED=On`` option to CMake makes it use the ones provided by OE.
This commit is contained in:
Pascal Bach 2014-06-24 08:57:55 +02:00
parent 35551e3d21
commit 87f306bca9
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ SRC_URI += "file://0001-correct-path-for-CONFIGURE_FILE-in-CMakeLists.txt.patch"
S = "${WORKDIR}/poco-poco-${PV}-release" S = "${WORKDIR}/poco-poco-${PV}-release"
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DPOCO_UNBUNDLED=On"
inherit cmake inherit cmake