]> code.ossystems Code Review - openembedded-core.git/commitdiff
createrepo: Fix dependencies, yum at runtime and libxml2 at build
authorJoshua Lock <josh@linux.intel.com>
Thu, 25 Mar 2010 18:10:41 +0000 (18:10 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 26 Mar 2010 10:29:18 +0000 (10:29 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/yum/createrepo-native_0.9.8.bb

index 422b118ac97952fa647f348e60a74c804749d480..895f2e96fef6d73351e2aec4357b0be40db3acaa 100644 (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