From 20a5597cc0d241da5af91fa5689959d0ea2392ae Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 24 Aug 2017 14:38:28 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index ce34957fc3..e4759a87c0 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc @@ -7,6 +7,7 @@ DEPENDS = "gnome-common-native glib-2.0 orbit2-native orbit2 intltool-native lib inherit gnomebase gtk-doc lib_package +EXTRA_OECONF += "'PERL_PATH=${USRBINPATH}/env perl'" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" RDEPENDS_${PN}-bin = "${PN} perl" -- cgit 1.2.3-korg