Fix crosswalk packaging 96/23096/1
authorXavier Roche <xavier.roche@open.eurogiciel.org>
Tue, 17 Jun 2014 12:58:51 +0000 (14:58 +0200)
committerXavier Roche <xavier.roche@open.eurogiciel.org>
Tue, 17 Jun 2014 12:58:51 +0000 (14:58 +0200)
Change-Id: Ie75a9d064c3a6a0e816f1c4e8a92c7e6bad2f909
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
recipes-tizen/crosswalk/crosswalk-extraconf.inc

index 6c92439..ffc35a3 100644 (file)
@@ -1,4 +1,5 @@
 inherit gettext
+FILES_${PN}-dbg += "${systemd-dbg_files}"
 
 do_compile() {
  cd ${S}
@@ -60,7 +61,11 @@ do_compile() {
  -Denable_hidpi=1
  
  ninja -j16 -C src/out/Release xwalk xwalkctl xwalk_launcher xwalk-pkg-helper
+  
 }
+
+crosswalk-dbg_files += "/usr/lib/xwalk/.debug"
+crosswalk-dbg_files += "/usr/lib/xwalk/.debug/libffmpegsumo.so"
+crosswalk-dbg_files += "/usr/lib/xwalk/.debug/xwalk"
+
+FILES_${PN}-dbg += "${crosswalk-dbg_files}"