This commit is contained in:
Cody P Schafer
2014-11-10 17:25:43 -05:00
parent 13e0b5736f
commit d7d6cf7511
6 changed files with 58 additions and 9 deletions
+12 -1
View File
@@ -8,9 +8,20 @@ LIC_FILES_CHKSUM = "\
file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202 \
"
DEPENDS = "zlib"
inherit cmake
# CLAR = tests, needs python-native
EXTRA_OECMAKE = "-DBUILD_CLAR=OFF"
EXTRA_OECMAKE = "\
-DTHREADSAFE=ON \
-DBUILD_CLAR=OFF \
-DSHA1_TYPE="builtin" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_EXAMPLES=OFF \
"
CFLAGS_append .= " -fPIC"
BBCLASSEXTEND = "native"