mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
4fbcb2efe8
commit
db6524d820
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user