]> code.ossystems Code Review - openembedded-core.git/commitdiff
yum: added one more python package - shlex
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 11:02:37 +0000 (11:02 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 11:02:37 +0000 (11:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5430 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/yum/yum_3.2.18.bb

index d8888d04393305b3f32b213788f264658d903338..3a60cc2f76306f514195b857832ba58b6d678443 100644 (file)
@@ -1,5 +1,5 @@
 HOMEPAGE = "http://linux.duke.edu/projects/yum/"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
            file://paths.patch;patch=1 \
@@ -11,7 +11,7 @@ RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \
             python-shell python-re python-logging python-pickle \
            python-netserver python-compression \
            python-bzip2 python-unixadmin python-xml python-sqlite3 \
-           python-textutils python-fcntl python-email \
+           python-textutils python-fcntl python-email python-shlex \
            yum-metadata-parser"
 
 S = "${WORKDIR}/yum-${PV}"