[oe-commits] Otavio Salvador : thunar: properly install libraries into the staging area

GIT User account git at amethyst.openembedded.net
Fri Oct 17 20:40:23 UTC 2008


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Oct 17 17:27:06 2008 -0300

thunar: properly install libraries into the staging area

xfdesktop needs thunar-vfs to be able to show the created icons on the
Desktop area and for it to work thunar needs to properly install the
required headers on staging.

---

 packages/xfce/thunar_0.9.0.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/packages/xfce/thunar_0.9.0.bb b/packages/xfce/thunar_0.9.0.bb
index 4aebde8..4c5f025 100644
--- a/packages/xfce/thunar_0.9.0.bb
+++ b/packages/xfce/thunar_0.9.0.bb
@@ -1,9 +1,10 @@
 DESCRIPTION = "File manager for the Xfce Desktop Environment"
 DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm"
 
-inherit xfce
+inherit xfce pkgconfig
 
 SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Thunar-${PV}.tar.bz2"
+FILE_PR = 'r1'
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
@@ -13,3 +14,7 @@ FILES_${PN} += "${libdir}/thunarx-1/*.so \
                 ${datadir}/Thunar \
                 ${datadir}/xfce4"
 FILES_${PN}-dbg += "${libdir}/thunarx-1/.debug/ ${libexecdir}/xfce4/panel-plugins/.debug/"
+
+do_stage () {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list