From c83400df78a0830b17a387d399590c78a7be11a7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Jul 2011 22:53:11 +0200 Subject: [PATCH] pidgin: 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 Signed-off-by: Koen Kooi --- meta-oe/recipes-support/pidgin/pidgin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc index 91d5176b0f..9d219768d1 100644 --- a/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-oe/recipes-support/pidgin/pidgin.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" INC_PR = "r0" -inherit autotools gettext pkgconfig gconf +inherit autotools gettext pkgconfig gconf perlnative EXTRA_OECONF = " \ --enable-vv \