aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:50:20 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:50:20 -0500
commit38af1fb5befde3ab7b88b2dfcd99030ae7becaff (patch)
treeae704709eeecf54f443968c4f41eac334438e721 /meta-networking/recipes-support
parentcce08ed6f760b07c310aec44cc8cd87b8358a3bf (diff)
downloadmeta-openembedded-38af1fb5befde3ab7b88b2dfcd99030ae7becaff.tar.gz
libldb: Fix build when static libs disabled
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/libldb/libldb_1.1.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.21.bb b/meta-networking/recipes-support/libldb/libldb_1.1.21.bb
index e9659d5fb4..bdad87d38a 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.1.21.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.1.21.bb
@@ -32,6 +32,7 @@ EXTRA_OECONF += "--disable-rpath \
--with-privatelibdir=${libdir}/ldb \
--with-libiconv=${STAGING_DIR_HOST}${prefix}\
"
+DISABLE_STATIC = ""
PACKAGES += "pyldb pyldb-dbg pyldb-dev"