]> code.ossystems Code Review - openembedded-core.git/commitdiff
yum-metadata-parser: fixed dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Oct 2008 18:34:58 +0000 (18:34 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Oct 2008 18:34:58 +0000 (18:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5385 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/python/yum-metadata-parser-native_1.1.2.bb
meta/packages/python/yum-metadata-parser_1.1.2.bb

index 4c8e96cbfee1c2d1d391896b5afced803606fde3..8a43ec462dbc8d64f78d845d704bea276b9c710b 100644 (file)
@@ -1,6 +1,6 @@
 require yum-metadata-parser_${PV}.bb
 inherit native
-DEPENDS = "python-native sqlite3-native glib-2.0-native"
+DEPENDS = "python-native sqlite3-native glib-2.0-native libxml2-native"
 RDEPENDS = ""
 
 #BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
index 0f9ed805727c4dacd23a2f7eb90d8f25bc4da591..24de7615bcd45db7412f1b788011b39b53c33ee3 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "C-based metadata parser to quickly parse xml metadata into sqlite
 HOMEPAGE = "http://linux.duke.edu/projects/yum/download.ptml"
 SECTION = "devel/python"
 PRIORITY = "optional"
+DEPENDS = "python sqlite3 glib-2.0 libxml2"
 LICENSE = "GPL"
-PR = "r0"
 
 SRC_URI = "http://linux.duke.edu/projects/yum/download/yum-metadata-parser/yum-metadata-parser-${PV}.tar.gz"
 S = "${WORKDIR}/yum-metadata-parser-${PV}"