[oe] [PATCH 11/12] soci: Fix build when static libs disabled

Richard Purdie richard.purdie at linuxfoundation.org
Mon Feb 22 11:59:26 UTC 2016


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta-oe/recipes-support/soci/soci_3.2.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-support/soci/soci_3.2.2.bb
index d1964eb..1f5a485 100644
--- a/meta-oe/recipes-support/soci/soci_3.2.2.bb
+++ b/meta-oe/recipes-support/soci/soci_3.2.2.bb
@@ -36,6 +36,7 @@ PACKAGECONFIG ??= "empty"
 
 # Take the flags added by PACKAGECONFIG and pass them to cmake.
 EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}"
+DISABLE_STATIC = ""
 
 inherit cmake
 
-- 
2.5.0




More information about the Openembedded-devel mailing list