summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine.inc2
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
index 8472ecb650..f75a03811b 100644
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
+++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
@@ -10,7 +10,7 @@ RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
10 10
11PACKAGES += "gtk-theme-sato" 11PACKAGES += "gtk-theme-sato"
12FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " 12FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
13FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" 13FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la"
14FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug" 14FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug"
15FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" 15FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
16 16
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
index d6685f5d40..467c40aa54 100644
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
+++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 6
7SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a" 7SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a"
8PV = "0.3.3+git${SRCPV}" 8PV = "0.3.3+git${SRCPV}"
9PR = "r1" 9PR = "r2"
10 10
11SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 11SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
12 12