aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-12 11:20:34 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-12 11:20:34 +0200
commit5e9e71fc481d23644018b51b0c433150f419652a (patch)
treeefa20e29e6f0eb05ef52dccbcc310f20954d3606 /recipes/gnome
parent06f21a48554451e510ea32b8a9125af708c9d6d7 (diff)
downloadopenembedded-5e9e71fc481d23644018b51b0c433150f419652a.tar.gz
gnome-panel 2.24: fix bonobo path
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-panel_2.24.0.bb5
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 743e0fafd7..473bea405c 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() {