glog: Support building for native

This is needed to build opencv-native.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2025-09-27 04:47:41 +02:00 committed by Khem Raj
parent a53e23b43b
commit 2f22ec651d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,6 @@ SRC_URI = " \
SRCREV = "7b134a5c82c0c0b5698bb6bf7a835b230c5638e4"
inherit cmake
PACKAGECONFIG ?= "shared unwind 64bit-atomics"
@ -39,3 +38,5 @@ do_configure:append() {
}
FILES:${PN}-dev += "${datadir}/${BPN}/cmake"
BBCLASSEXTEND = "native"