aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/fastrpc/fastrpc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/fastrpc/fastrpc_git.bb')
-rw-r--r--recipes-support/fastrpc/fastrpc_git.bb13
1 files changed, 12 insertions, 1 deletions
diff --git a/recipes-support/fastrpc/fastrpc_git.bb b/recipes-support/fastrpc/fastrpc_git.bb
index 3aa67a7..875bea5 100644
--- a/recipes-support/fastrpc/fastrpc_git.bb
+++ b/recipes-support/fastrpc/fastrpc_git.bb
@@ -5,7 +5,7 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f94f3a7beba14ae2f59f817e9634f891"
-SRCREV = "388d868b3146fa7ccbeb6aa8c71485ebbbf5e1b9"
+SRCREV = "bc36c705c9b057ca880a423021d3c19f02edeadd"
SRC_URI = "git://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git;branch=automake;protocol=https"
PV = "0.0+${SRCPV}"
@@ -13,3 +13,14 @@ PV = "0.0+${SRCPV}"
S = "${WORKDIR}/git"
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 \
+"