genivi-shell: do not package source files
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 10 Oct 2014 09:12:09 +0000 (11:12 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 16 Oct 2014 08:47:45 +0000 (10:47 +0200)
Change-Id: I6cce2b2e45c2025a10d2128c958d9b5ed3d30d59
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/genivi-shell/genivi-shell-extraconf.inc

index fcc0042..36ec6db 100644 (file)
@@ -9,7 +9,6 @@ do_prep() {
     cd ${S}
     chmod -Rf a+rX,u+w,g-w,o-w ${S}
     cp ${S}/packaging/genivi-shell.manifest .
-
 }
 
 do_compile_prepend() {
@@ -17,10 +16,18 @@ do_compile_prepend() {
 
     ${STAGING_BINDIR_NATIVE}/wayland-scanner code < protocol/ivi-controller.xml > protocol/ivi-controller-protocol.c
     sed -i "s@\${LIBS} \${WESTON_LIBDIR}/weston/ivi-shell.so@\${LIBS} ${PKG_CONFIG_SYSROOT_DIR}\${WESTON_LIBDIR}/weston/ivi-shell.so@g" ${S}/weston-ivi-shell/CMakeLists.txt 
+}
 
+do_install_append() {
+    # Remove source files
+    rm -rf ${D}/usr/src
 }
 
-FILES_${PN}-dbg = "${prefix}/lib/weston/.debug"
-FILES_${PN}-dbg = "${prefix}/bin/.debug"
-FILES_${PN}-dbg = "${prefix}/src/debug"
-FILES_${PN}-dbg = "${prefix}/lib/.debug"
+FILES_${PN}-dbg = "${prefix}/bin/.debug/IVISurfaceCreator"
+FILES_${PN}-dbg = "${prefix}/bin/.debug/LayerManagerControl"
+FILES_${PN}-dbg = "${prefix}/bin/.debug/EGLWLMockNavigation"
+FILES_${PN}-dbg = "${prefix}/lib/.debug/libilmCommon.so.1.2.0"
+FILES_${PN}-dbg = "${prefix}/lib/.debug/libilmControl.so.1.2.0"
+FILES_${PN}-dbg = "${prefix}/lib/.debug/libilmClient.so.1.2.0"
+FILES_${PN}-dbg = "${prefix}/lib/weston/.debug/ivi-controller.so"
+