aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-extra/daq-odp/daq-odp.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-linaro/recipes-extra/daq-odp/daq-odp.bb b/meta-linaro/recipes-extra/daq-odp/daq-odp.bb
index dfd35213..6153cdbd 100644
--- a/meta-linaro/recipes-extra/daq-odp/daq-odp.bb
+++ b/meta-linaro/recipes-extra/daq-odp/daq-odp.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2713c79cde0756d6a56337304277b711"
DEPENDS = "odp daq"
-PV = "20140818+git${SRCPV}"
+PV = "20140828+git${SRCPV}"
SRC_URI = "git://github.com/muvarov/daq-odp.git"
SRCREV = "c1dafe0ce4ea93401726ac53b3d129bb89b634ff"
@@ -14,4 +14,5 @@ S = "${WORKDIR}/git"
inherit autotools
-FILES_odp-daq += "${libdir}/daq"
+FILES_${PN} += "${libdir}/daq/daq_odp.so ${libdir}/daq/daq_odp.la"
+FILES_${PN}-dbg += "${libdir}/daq/.debug/daq_odp.so"