mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
jwt-cpp: fix cmake file install path
jwt-cpp module cannot be found with default find_package options. Per [1] package name is mandatory on unix build installations. [1] https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
63250c3ba8
commit
0be30bee7a
|
|
@ -15,6 +15,6 @@ DEPENDS = "openssl"
|
|||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake"
|
||||
EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user