]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-sato-engine: clean up FILE after PACKAGE reorder
authorSaul Wold <sgw@linux.intel.com>
Wed, 6 Jun 2012 01:27:38 +0000 (18:27 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 20 Jun 2012 04:59:53 +0000 (21:59 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb

index 8472ecb6500f7ee15799aea569794dc86c5dbf5a..f75a03811b047982517e09efcaccd140ae8557f1 100644 (file)
@@ -10,7 +10,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}-dev = "${libdir}/gtk-2.0/*/engines/*.la"
 FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug"
 FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
 
index d6685f5d4066f701aa2feb796ddca1b8b17218de..467c40aa5486d301f5b2e21e695ce42ce21362d0 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a"
 PV = "0.3.3+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"