From: Kai Kang <[email protected]>
rocksdb is not compatible with libc-musl:powerpc and armv5, so remove 'rocksdb'
from PACKAGECONFIG. Otherwise it complains error:
| ERROR: Nothing PROVIDES 'rocksdb' (but
/path_to/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb
DEPENDS on or otherwise requires it)
| rocksdb was skipped: incompatible with host arm-poky-linux-gnueabi (not in
COMPATIBLE_HOST)
Signed-off-by: Kai Kang <[email protected]>
---
meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb | 5 +++++
1 file changed, 5 insertions(+)
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 = " \
"
PACKAGECONFIG ??= "civetweb libarchive rocksdb expression-language"
+
+# rocksdb is not compatible with libc-musl:powerpc & armv5
+PACKAGECONFIG:remove:libc-musl:powerpc = "rocksdb"
+PACKAGECONFIG:remove:armv5 = "rocksdb"
+
PACKAGECONFIG[civetweb] = "-DDISABLE_CIVET=OFF,-DDISABLE_CIVET=ON"
PACKAGECONFIG[openwsman] =
"-DENABLE_OPENWSMAN=ON,-DENABLE_OPENWSMAN=OFF,libxml2"
PACKAGECONFIG[libarchive] =
"-DDISABLE_LIBARCHIVE=OFF,-DDISABLE_LIBARCHIVE=ON,libarchive"
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112707):
https://lists.openembedded.org/g/openembedded-devel/message/112707
Mute This Topic: https://lists.openembedded.org/mt/108885978/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-