From f648ddfc1d25c46229f9f3354a158c8fe58264a9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Jul 2011 21:33:00 +0200 Subject: [PATCH] gconf: inherit perlnative * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool (From meta-openembedded rev: 059369b22fddb5e69536d37c29cb064c3d1372ae) Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb b/meta-openembedded/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb index 8f64638..1d5a857 100644 --- a/meta-openembedded/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb +++ b/meta-openembedded/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb @@ -20,7 +20,7 @@ SRC_URI[archive.sha256sum] = "46030c09422603dbb72f13b5dd592dcc01fbc13562b9e94daf EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk --with-gtk=2.0 --enable-gsettings-backend=yes POLKIT_POLICY_FILE_VALIDATE=true" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" -inherit autotools gettext +inherit autotools gettext perlnative EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"' -- 2.7.4