diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:29:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:07:33 +0100 |
commit | 1569e746ec3fde7a0411c3e06a6891cfbf4ff1a6 (patch) | |
tree | 686dd8adb69c24db41e0b5e5d33711f7d996c2db /meta | |
parent | ee7fd40f5d424c97c8fbedfdcfed023164e85460 (diff) | |
download | poky-1569e746ec3fde7a0411c3e06a6891cfbf4ff1a6.tar.gz |
gtk-sato-engine: Add missing debug files
(From OE-Core rev: 9a5a05851f2e27c962b9036ebdaacc221cbab595)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 2 | ||||
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb | 2 |
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 a7ebddff99..8472ecb650 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | |||
@@ -11,7 +11,7 @@ RDEPENDS_gtk-theme-sato = "gtk-sato-engine" | |||
11 | PACKAGES += "gtk-theme-sato" | 11 | PACKAGES += "gtk-theme-sato" |
12 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " | 12 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " |
13 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" | 13 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" |
14 | FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug" | 14 | FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug" |
15 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" | 15 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb index 230ccbc6a7..6099ae4067 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | 6 | ||
7 | SRCREV = "163" | 7 | SRCREV = "163" |
8 | PV = "0.3.2+svnr${SRCPV}" | 8 | PV = "0.3.2+svnr${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" |
12 | 12 | ||