diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 18:27:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:00 +0100 |
commit | d02f3423faa19061f3d196748b40dca414804c31 (patch) | |
tree | 989747eaa01473851cf840b1bc3bdc5840c10c54 /meta/recipes-sato/gtk-engines | |
parent | d524486c670fa497ca2faa392ce82721009e4948 (diff) | |
download | poky-d02f3423faa19061f3d196748b40dca414804c31.tar.gz |
gtk-sato-engine: clean up FILE after PACKAGE reorder
(From OE-Core rev: 1d6f365ecfcc8512c4e41ded9d6fd38a1ff5c824)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/gtk-engines')
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 2 | ||||
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine_git.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 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 | ||
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/*.la" |
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 | ||
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 | ||
7 | SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a" | 7 | SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a" |
8 | PV = "0.3.3+git${SRCPV}" | 8 | PV = "0.3.3+git${SRCPV}" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" | 11 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" |
12 | 12 | ||