diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-24 14:38:28 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:05 +0200 |
commit | 20a5597cc0d241da5af91fa5689959d0ea2392ae (patch) | |
tree | 6f7dbd238a28200252fac3447988ed63a3a3d573 /meta-gnome | |
parent | 5691b7a98c029db0f447f87b16c72084bd9ad9cf (diff) | |
download | meta-openembedded-20a5597cc0d241da5af91fa5689959d0ea2392ae.tar.gz |
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index ce34957fc..e4759a87c 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 | |||
7 | 7 | ||
8 | inherit gnomebase gtk-doc lib_package | 8 | inherit gnomebase gtk-doc lib_package |
9 | 9 | ||
10 | EXTRA_OECONF += "'PERL_PATH=${USRBINPATH}/env perl'" | ||
10 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 11 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
11 | 12 | ||
12 | RDEPENDS_${PN}-bin = "${PN} perl" | 13 | RDEPENDS_${PN}-bin = "${PN} perl" |