cppzmq: support native build

Add support for native build of cppzmq

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-06-29 16:33:15 +03:00 committed by Khem Raj
parent a1dd190604
commit a8dfd10600
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -14,3 +14,5 @@ inherit cmake
EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF" EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF"
ALLOW_EMPTY:${PN} = "1" ALLOW_EMPTY:${PN} = "1"
BBCLASSEXTEND = "native nativesdk"