mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
yum: added one more python package - shlex
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5430 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user