diff options
Diffstat (limited to 'packages/gnome/orbit2_2.14.0.bb')
-rw-r--r-- | packages/gnome/orbit2_2.14.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnome/orbit2_2.14.0.bb b/packages/gnome/orbit2_2.14.0.bb index 44bc402c05..5ce381f0ad 100644 --- a/packages/gnome/orbit2_2.14.0.bb +++ b/packages/gnome/orbit2_2.14.0.bb @@ -16,7 +16,7 @@ S = "${WORKDIR}/ORBit2-${PV}" inherit autotools pkgconfig EXTRA_OECONF = "--disable-gtk-doc" -EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR}/orbit-idl-2'" +EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" do_configure_prepend() { mkdir -p m4 @@ -25,7 +25,7 @@ do_configure_prepend() { } do_compile_append () { - sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new + sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR_NATIVE}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new mv ORBit-2.0.pc.new ORBit-2.0.pc } |