[OE-core] [PATCH 1/1] shared-mime-info: add libxml-parser-perl to DEPENDS

Darren Hart dvhart at linux.intel.com
Thu Sep 22 18:49:41 UTC 2011


Fixes [YOCTO #1514]

Building core-image-minimal on qemuppc (and likely others) can fail in
the shared-mime-info configure step with the following error:

checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool

Adding libxml-parser-perl to DEPENDS allows share-mime-info-native to build
successfully.

Testing: build tested the native version on qemuppc. I run into tool chain
build failures before I can get to building the target version.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Joshua Lock <josh at linux.intel.com>
---
 .../shared-mime-info/shared-mime-info.inc          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
index 64eef9d..e206305 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -5,8 +5,8 @@ SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
-DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
-DEPENDS_virtclass-native = "libxml2-native intltool-native glib-2.0-native"
+DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native libxml-parser-perl"
+DEPENDS_virtclass-native = "libxml2-native intltool-native glib-2.0-native libxml-parser-perl-native"
 
 SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
 
-- 
1.7.6.2





More information about the Openembedded-core mailing list