mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
cmpi-bindings: use Unix Makefiles OECMAKE generator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f05ba6b799
commit
27c474bd3e
@@ -24,6 +24,10 @@ inherit cmake python3native
|
||||
EXTRA_OECMAKE = "-DLIB='${baselib}' \
|
||||
-DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}"
|
||||
|
||||
# With Ninja it fails with:
|
||||
# ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$)
|
||||
OECMAKE_GENERATOR = "Unix Makefiles"
|
||||
|
||||
do_configure_prepend() {
|
||||
export STAGING_LIBDIR=${STAGING_LIBDIR}
|
||||
export STAGING_INCDIR=${STAGING_INCDIR}
|
||||
|
||||
Reference in New Issue
Block a user