mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
yum-native: add depends on libxml2-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5118 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,9 +3,9 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/"
|
||||
SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
|
||||
file://hacks.patch;patch=1 \
|
||||
file://paths.patch;patch=1"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native"
|
||||
DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native libxml2-native"
|
||||
|
||||
S = "${WORKDIR}/yum-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user