[oe-commits] Steve Sakoman : file-roller: fix packaging

git version control git at git.openembedded.org
Fri Oct 23 07:49:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4933bba05585588853a339a654745b4c54d83db2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4933bba05585588853a339a654745b4c54d83db2

Author: Steve Sakoman <steve at sakoman.com>
Date:   Thu Oct 22 21:39:59 2009 -0700

file-roller: fix packaging

---

 recipes/file-roller/file-roller_2.28.0.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/file-roller/file-roller_2.28.0.bb b/recipes/file-roller/file-roller_2.28.0.bb
index ee9dbcb..2754c97 100644
--- a/recipes/file-roller/file-roller_2.28.0.bb
+++ b/recipes/file-roller/file-roller_2.28.0.bb
@@ -1,16 +1,22 @@
 DESCRIPTION = "An archive manager for the GNOME environment"
 LICENSE="GPL"
 SECTION = "x11/gnome"
-
 DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui"
 
+PR = "r1"
+
 inherit gnome
 
 do_configure_prepend () {
 	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
 }
 
+FILES_${PN} += " \
+                ${libdir}/nautilus/extensions-2.0 \
+               "
+
 FILES_${PN}-dbg += " \
+                ${libdir}/nautilus/extensions-2.0/.debug \
                 ${libexecdir}/file-roller/.debug \
                "
 





More information about the Openembedded-commits mailing list