[oe] [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative

Martin Jansa martin.jansa at gmail.com
Wed Jul 20 21:01:30 UTC 2011


* 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 at gmail.com>
---
 .../libgnome/libgnome-keyring_2.32.0.bb            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
index 139de0a..b568b0a 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SECTION = "x11/gnome"
 
-inherit gnome lib_package
+inherit gnome lib_package perlnative
 
 SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
 SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
-- 
1.7.6





More information about the Openembedded-devel mailing list