mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
createrepo: Fix dependencies, yum at runtime and libxml2 at build
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user