[oe-commits] Koen Kooi : gnome-panel 2.24: fix bonobo path

GIT User account git at amethyst.openembedded.net
Sun Apr 12 09:24:38 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Apr 12 11:20:34 2009 +0200

gnome-panel 2.24: fix bonobo path

---

 recipes/gnome/gnome-panel_2.24.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gnome-panel_2.24.0.bb b/recipes/gnome/gnome-panel_2.24.0.bb
index 743e0fa..473bea4 100644
--- a/recipes/gnome/gnome-panel_2.24.0.bb
+++ b/recipes/gnome/gnome-panel_2.24.0.bb
@@ -5,6 +5,8 @@ inherit gnome pkgconfig
 
 SRC_URI += "file://scrollkeeper.patch;patch=1"
 
+SRC_URI += "file://idl-sysroot.patch;patch=1"
+
 do_configure_prepend() {
         sed -i -e s:help:: ${S}/Makefile.am
 }
@@ -16,7 +18,8 @@ FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*"
 FILES_${PN} =+ "${datadir}/gnome* \
                 ${datadir}/icons"
 
-EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+export SYSROOT = "${STAGING_DIR_HOST}"
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2 SYSROOT=${SYSROOT}"
 EXTRA_OECONF = "--disable-scrollkeeper"
 
 do_stage() {





More information about the Openembedded-commits mailing list