diff options
-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} |