mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
sqlite-orm: Define cmake variable defaults
ensure cmake files are installed in right syslib dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,7 +11,9 @@ SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b"
|
|||||||
SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https;branch=master"
|
SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https;branch=master"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF"
|
EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF -DLIB_INSTALL_DIR=${libdir} \
|
||||||
|
-DCMAKE_INSTALL_DIR=${libdir}/cmake \
|
||||||
|
-DPKGCONFIG_INSTALL_DIR=${libdir}/pkgconfig"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user