Skip to content

Commit fb7d7a7

Browse files
committed
crc32c: Add sdk support
parson: add sdk support Signed-off-by: Scott Ware <[email protected]>
1 parent 4caacec commit fb7d7a7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

recipes-support/crc32c/crc32c_1.1.2.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ EXTRA_OECMAKE += "\
2020
-DCRC32C_USE_GLOG=OFF \
2121
-DBUILD_SHARED_LIBS=ON \
2222
"
23+
24+
BBCLASSEXTEND = "native nativesdk"
25+

recipes-support/parson/parson_1.5.3.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ EXTRA_OECMAKE = "\
2121
FILES:${PN}-dev += "\
2222
${libdir}/cmake \
2323
"
24+
25+
BBCLASSEXTEND = "native nativesdk"

0 commit comments

Comments
 (0)