evince: stage evince headers to make nautilus happy
authorSteve Sakoman <steve@sakoman.com>
Fri, 23 Oct 2009 04:37:54 +0000 (21:37 -0700)
committerKoen Kooi <koen@openembedded.org>
Fri, 23 Oct 2009 07:41:12 +0000 (09:41 +0200)
recipes/evince/evince_2.28.0.bb

index b489a2f..44e94b5 100644 (file)
@@ -4,6 +4,8 @@ SECTION = "x11/office"
 DEPENDS = "nautilus gnome-icon-theme tiff libxt espgs gnome-doc-utils poppler libxml2 gtk+ gconf libglade gnome-keyring "
 RDEPENDS = "espgs gnome-icon-theme"
 
+PR = "r1"
+
 inherit gnome pkgconfig gtk-icon-cache
 
 EXTRA_OECONF = "  \
@@ -21,6 +23,10 @@ do_install_append() {
        install -m 0755 ${S}/data/icons/48x48/apps/evince.png ${D}${datadir}/pixmaps/
 }
 
+do_stage () {
+        autotools_stage_all
+}
+
 FILES_${PN}-dbg += "${libdir}/evince/1/backends/.debug"
 
 PACKAGES =+ "evince-nautilus-extension"