diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:26:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:26:09 +0000 |
commit | a603cc4ed2219b8757c12c4ffd5a960d54e0ad81 (patch) | |
tree | f11511383915c037c8ec466c7b4cee83122813aa /gnome | |
parent | f97028dec7c27b0fb03e6fba6756884dff8c2ab0 (diff) |
Set IDL_COMPILER in EXTRA_OEMAKE for orbit2.
BKrev: 40e5ef11w7-y1Z_Go_jDeo5t7VL75g
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/orbit2_2.10.2.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnome/orbit2_2.10.2.oe b/gnome/orbit2_2.10.2.oe index e4221c1aa6..ac277c95a7 100644 --- a/gnome/orbit2_2.10.2.oe +++ b/gnome/orbit2_2.10.2.oe @@ -14,6 +14,7 @@ S = "${WORKDIR}/ORBit2-${PV}" inherit autotools pkgconfig EXTRA_OECONF = "--disable-gtk-doc" +EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR}/orbit-idl-2'" do_configure_prepend() { mkdir -p m4 @@ -21,10 +22,6 @@ do_configure_prepend() { install ${WORKDIR}/gtk-doc.make ./ } -do_compile() { - oe_runmake IDL_COMPILER="`which orbit-idl-2`" -} - do_stage() { oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} |