diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-07-20 21:33:00 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 08:26:14 +0200 |
| commit | 059369b22fddb5e69536d37c29cb064c3d1372ae (patch) | |
| tree | 8276d8167e65822ab3c90b882cb3800b72ca38e6 /meta-gnome | |
| parent | aa8adfc55d71407fd5714589f424868554da228d (diff) | |
| download | meta-openembedded-059369b22fddb5e69536d37c29cb064c3d1372ae.tar.gz | |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb index 8f64638329..1d5a8575e4 100644 --- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb +++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[archive.sha256sum] = "46030c09422603dbb72f13b5dd592dcc01fbc13562b9e94daf | |||
| 20 | EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk --with-gtk=2.0 --enable-gsettings-backend=yes POLKIT_POLICY_FILE_VALIDATE=true" | 20 | EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk --with-gtk=2.0 --enable-gsettings-backend=yes POLKIT_POLICY_FILE_VALIDATE=true" |
| 21 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 21 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
| 22 | 22 | ||
| 23 | inherit autotools gettext | 23 | inherit autotools gettext perlnative |
| 24 | 24 | ||
| 25 | EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"' | 25 | EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"' |
| 26 | 26 | ||
