aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-support/fastrpc/fastrpc_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-support/fastrpc/fastrpc_git.bb b/recipes-support/fastrpc/fastrpc_git.bb
index 875bea5..ea41bd8 100644
--- a/recipes-support/fastrpc/fastrpc_git.bb
+++ b/recipes-support/fastrpc/fastrpc_git.bb
@@ -17,10 +17,11 @@ inherit autotools
FILES_${PN} += " \
${libdir}/libadsp_default_listener.so \
${libdir}/libcdsp_default_listener.so \
-"
-
-FILES_${PN}-dev_remove = "${FILES_SOLIBSDEV}"
-FILES_${PN}-dev += " \
${libdir}/libadsprpc.so \
${libdir}/libcdsprpc.so \
"
+
+FILES_${PN}-dev_remove = "${FILES_SOLIBSDEV}"
+
+# We need to include lib*dsprpc.so into fastrpc for compatibility with Hexagon SDK
+ERROR_QA_remove = "dev-so"