summaryrefslogtreecommitdiffstats
path: root/meta/packages/yum
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-07 09:31:28 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-07 09:31:28 +0000
commitb7aed5e958e36374b807071719fe7c83292af5b2 (patch)
treef5f2af20bf2e2f831a69653e207fd9b9f59cffcf /meta/packages/yum
parentbc6e408352af5a6c254842cb0ea74a503c9b443b (diff)
downloadpoky-b7aed5e958e36374b807071719fe7c83292af5b2.tar.gz
yum: added all required Python modules to dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5427 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/yum')
-rw-r--r--meta/packages/yum/yum_3.2.18.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb
index 4c68803098..d8888d0439 100644
--- a/meta/packages/yum/yum_3.2.18.bb
+++ b/meta/packages/yum/yum_3.2.18.bb
@@ -1,5 +1,5 @@
1HOMEPAGE = "http://linux.duke.edu/projects/yum/" 1HOMEPAGE = "http://linux.duke.edu/projects/yum/"
2PR = "r3" 2PR = "r4"
3 3
4SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ 4SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
5 file://paths.patch;patch=1 \ 5 file://paths.patch;patch=1 \
@@ -7,8 +7,12 @@ SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
7 file://yum-install-recommends.py \ 7 file://yum-install-recommends.py \
8 file://extract-postinst.awk" 8 file://extract-postinst.awk"
9 9
10DEPENDS = "python" 10RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \
11RDEPENDS = "rpm python-core python-iniparse python-urlgrabber yum-metadata-parser" 11 python-shell python-re python-logging python-pickle \
12 python-netserver python-compression \
13 python-bzip2 python-unixadmin python-xml python-sqlite3 \
14 python-textutils python-fcntl python-email \
15 yum-metadata-parser"
12 16
13S = "${WORKDIR}/yum-${PV}" 17S = "${WORKDIR}/yum-${PV}"
14 18