]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez4: Add ending quote of FILES_${PN}-dbg
authorNoor Ahsan <noor_ahsan@mentor.com>
Tue, 11 Oct 2011 05:51:18 +0000 (10:51 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:53:30 +0000 (12:53 +0100)
* .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
meta/recipes-connectivity/bluez/bluez4_4.96.bb

index 5c170c12e69342fc312e9a3e2d151e9de29fa688..420a525eab81b25ffd815b9b51516d3c4f32da74 100644 (file)
@@ -30,4 +30,4 @@ FILES_${PN}-dbg += "\
   ${libdir}/bluetooth/plugins/.debug \
   ${libdir}/*/.debug \
   ${base_libdir}/udev/.debug \
-
+  "