]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-sato-engine: Add missing debug files
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:29:10 +0000 (13:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:56:57 +0000 (11:56 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb

index a7ebddff99eb144f3bce20c7307e962821e64f97..8472ecb6500f7ee15799aea569794dc86c5dbf5a 100644 (file)
@@ -11,7 +11,7 @@ RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
 PACKAGES += "gtk-theme-sato"
 FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
 FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
-FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
+FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug"
 FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
 
 inherit autotools  pkgconfig
index 230ccbc6a76697cb694c404427c222c043bdfc79..6099ae4067293269cba0d616fdf7266551e2e356 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 SRCREV = "163"
 PV = "0.3.2+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"