createrepo: Fix dependencies, yum at runtime and libxml2 at build

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-03-25 18:10:41 +00:00
parent ad07d796fe
commit 34a24c2d9d
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
DEPENDS = "python-native"
DEPENDS = "python-native libxml2-native"
RDEPENDS = "yum-native"
SRC_URI = "http://createrepo.baseurl.org/download/createrepo-${PV}.tar.gz \
file://pathfix.patch;patch=1 "
PR = "r1"
PR = "r2"
inherit autotools native