Signed-off-by: Andrei Gherzan <andrei.gher...@windriver.com>
---
 recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb |   24 +++++++++++++++++++---
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb 
b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb
index 9cdbfc0..7a20647 100644
--- a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb
+++ b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb
@@ -11,7 +11,7 @@ DESCRIPTION = "This component provides a standardised log and 
trace interface, b
 HOMEPAGE = "https://www.genivi.org/";
 SECTION = "console/utils"
 
-PR = "r0"
+PR = "r1"
 
 inherit gzipnative
 
@@ -25,9 +25,25 @@ S = "${WORKDIR}/git"
 
 inherit autotools gettext cmake
 
-FILES_${PN}-doc += "/usr/share/*"
+PACKAGES =+ "${PN}-systemd \
+             libdlt \
+             dlt-adaptor \
+             dlt-convert \
+             dlt-example \
+             dlt-receive \
+             dlt-system \
+             dlt-test \
+             "
+
+FILES_libdlt = "${libdir}/*${SOLIBS}"
+FILES_dlt-adaptor = "${bindir}/dlt-adaptor*"
+FILES_dlt-convert = "${bindir}/dlt-convert*"
+FILES_dlt-example = "${bindir}/dlt-example*"
+FILES_dlt-receive = "${bindir}/dlt-receive*"
+FILES_dlt-system = "${bindir}/dlt-system* \
+                      ${sysconfdir}/dlt-system.conf"
+FILES_dlt-test = "${bindir}/dlt-test* \
+                  ${datadir}/dlt-filetransfer"
 FILES_${PN}-systemd += "${systemd_unitdir}/system/"
 
-PACKAGES =+ "${PN}-systemd"
-
 EXTRA_OECMAKE = "-DWITH_SYSTEMD=ON"
-- 
1.7.5.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to