aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gthumb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-03 22:04:43 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-03 22:11:26 +0100
commit1aa6d29a4e291455b6d54a01c728e2193b1d2cc7 (patch)
treeae153a3280ec1d3c52d624b6e87ec89655d3f77b /recipes/gthumb
parentf1d0fab3acc99d329deb0338fc51921e32fbe6f4 (diff)
downloadopenembedded-1aa6d29a4e291455b6d54a01c728e2193b1d2cc7.tar.gz
gthumb: fix packaging
Diffstat (limited to 'recipes/gthumb')
-rw-r--r--recipes/gthumb/gthumb_2.10.11.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb
index dc75a0bfb9..94f37a04d5 100644
--- a/recipes/gthumb/gthumb_2.10.11.bb
+++ b/recipes/gthumb/gthumb_2.10.11.bb
@@ -5,7 +5,9 @@ DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui"
inherit gnome
-FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*"
+PR = "r1"
+
+FILES_${PN} += "${libdir}/*.so ${datadir}/gnome* ${datadir}/application-registry/*"
FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"