From 87f306bca9a2f777845c6e3f91046c5c8bb0f3a7 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 24 Jun 2014 08:57:55 +0200 Subject: [PATCH] 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. --- recipes-extended/libpoco/libpoco_1.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/libpoco/libpoco_1.5.2.bb b/recipes-extended/libpoco/libpoco_1.5.2.bb index d4e6897..c91ae8e 100644 --- a/recipes-extended/libpoco/libpoco_1.5.2.bb +++ b/recipes-extended/libpoco/libpoco_1.5.2.bb @@ -13,6 +13,6 @@ SRC_URI += "file://0001-correct-path-for-CONFIGURE_FILE-in-CMakeLists.txt.patch" S = "${WORKDIR}/poco-poco-${PV}-release" -EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" +EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DPOCO_UNBUNDLED=On" inherit cmake