[oe-commits] Denis 'GNUtoo' Carikli : xfdesktop 4.6.2: fix compilation

git version control git at git.openembedded.org
Thu Feb 3 22:36:28 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: d4263203859b94b6e1ef9b309c955e0d45ef5a47
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d4263203859b94b6e1ef9b309c955e0d45ef5a47

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Jan 27 21:10:06 2011 +0100

xfdesktop 4.6.2: fix compilation

Without that fix we have:
    libtool: link: cannot find the library `=/usr/lib/libICE.la' or unhandled argument `=/usr/lib/libICE.la'
Note that libtool is not the cross libtool.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/xfce-base/xfdesktop_4.6.2.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/xfce-base/xfdesktop_4.6.2.bb b/recipes/xfce-base/xfdesktop_4.6.2.bb
index c3a3bca..4ecaf28 100644
--- a/recipes/xfce-base/xfdesktop_4.6.2.bb
+++ b/recipes/xfce-base/xfdesktop_4.6.2.bb
@@ -3,14 +3,10 @@ SECTION = "x11/base"
 
 DEPENDS = "virtual/libx11 exo libxfcegui4 xfce4-panel thunar gtk+"
 RDEPENDS_${PN} = "libxfcegui4 libxml2 xfce4-panel thunar exo gtk+"
-PR = "r0"
+PR = "r1"
 
 inherit xfce46
 
-do_configure() { 
-   oe_runconf
-}
-
 FILES_xfdesktop-backdrops = "${datadir}/xfce4/backdrops/*"
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \
                 ${libdir}/xfce4/panel-plugins/xfce4-menu-plugin \





More information about the Openembedded-commits mailing list