mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libbonobo: Pass PERL_PATH to do_configure
Fixes wrong perl interpreter getting into target perl scripts QA Issue: /usr/bin/bonobo-slay contained in package libbonobo-bin requires / mnt/a/oe/build/tmp/hosttools/perl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@ DEPENDS = "gnome-common-native glib-2.0 orbit2-native orbit2 intltool-native lib
|
|||||||
|
|
||||||
inherit gnomebase gtk-doc lib_package
|
inherit gnomebase gtk-doc lib_package
|
||||||
|
|
||||||
|
EXTRA_OECONF += "'PERL_PATH=${USRBINPATH}/env perl'"
|
||||||
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
|
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
|
||||||
|
|
||||||
RDEPENDS_${PN}-bin = "${PN} perl"
|
RDEPENDS_${PN}-bin = "${PN} perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user