Merge pull request #275 from pascal-bach/patch-1
libpoco: use system libraries instead of bundled versions
This commit is contained in:
commit
74317c7ca5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue