diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
commit | 3189734f8d6b1287c757cb9664d7e045ab3c57d7 (patch) | |
tree | 5c3d50c45086d94994eb5c750f3c3d9ae9b5c924 /recipes/gnome/gnome-panel_2.24.0.bb | |
parent | 9396869c27c4f4cbf093c356a8df20965ee929ad (diff) | |
parent | 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome/gnome-panel_2.24.0.bb')
-rw-r--r-- | 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 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() { |