diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 11:59:26 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:22 +0100 |
commit | db6524d820ab4657518979685c9e1133c5109f88 (patch) | |
tree | 3158abbf10e9cfbc571cdfb610166694612c981c | |
parent | 4fbcb2efe8b6481456a7e78dbd150598509158c6 (diff) | |
download | meta-openembedded-db6524d820ab4657518979685c9e1133c5109f88.tar.gz |
soci: Fix build when static libs disabled
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/soci/soci_3.2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 d1964ebc6..1f5a485a7 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" | |||
36 | 36 | ||
37 | # Take the flags added by PACKAGECONFIG and pass them to cmake. | 37 | # Take the flags added by PACKAGECONFIG and pass them to cmake. |
38 | EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" | 38 | EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" |
39 | DISABLE_STATIC = "" | ||
39 | 40 | ||
40 | inherit cmake | 41 | inherit cmake |
41 | 42 | ||