diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 09:31:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 09:31:28 +0000 |
commit | b7aed5e958e36374b807071719fe7c83292af5b2 (patch) | |
tree | f5f2af20bf2e2f831a69653e207fd9b9f59cffcf /meta/packages/yum | |
parent | bc6e408352af5a6c254842cb0ea74a503c9b443b (diff) | |
download | poky-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.bb | 10 |
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 @@ | |||
1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" | 1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" |
2 | PR = "r3" | 2 | PR = "r4" |
3 | 3 | ||
4 | SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ | 4 | SRC_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 | ||
10 | DEPENDS = "python" | 10 | RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ |
11 | RDEPENDS = "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 | ||
13 | S = "${WORKDIR}/yum-${PV}" | 17 | S = "${WORKDIR}/yum-${PV}" |
14 | 18 | ||