diff options
Diffstat (limited to 'meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb index fca8d9e75..6f5cd4911 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb | |||
@@ -97,6 +97,11 @@ EXTRA_OECMAKE = " \ | |||
97 | " | 97 | " |
98 | 98 | ||
99 | PACKAGECONFIG ??= "civetweb libarchive rocksdb expression-language" | 99 | PACKAGECONFIG ??= "civetweb libarchive rocksdb expression-language" |
100 | |||
101 | # rocksdb is not compatible with libc-musl:powerpc & armv5 | ||
102 | PACKAGECONFIG:remove:libc-musl:powerpc = "rocksdb" | ||
103 | PACKAGECONFIG:remove:armv5 = "rocksdb" | ||
104 | |||
100 | PACKAGECONFIG[civetweb] = "-DDISABLE_CIVET=OFF,-DDISABLE_CIVET=ON" | 105 | PACKAGECONFIG[civetweb] = "-DDISABLE_CIVET=OFF,-DDISABLE_CIVET=ON" |
101 | PACKAGECONFIG[openwsman] = "-DENABLE_OPENWSMAN=ON,-DENABLE_OPENWSMAN=OFF,libxml2" | 106 | PACKAGECONFIG[openwsman] = "-DENABLE_OPENWSMAN=ON,-DENABLE_OPENWSMAN=OFF,libxml2" |
102 | PACKAGECONFIG[libarchive] = "-DDISABLE_LIBARCHIVE=OFF,-DDISABLE_LIBARCHIVE=ON,libarchive" | 107 | PACKAGECONFIG[libarchive] = "-DDISABLE_LIBARCHIVE=OFF,-DDISABLE_LIBARCHIVE=ON,libarchive" |