aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yum
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-12-17 11:41:40 -0700
committerChris Larson <clarson@mvista.com>2009-12-17 11:41:40 -0700
commit502ca1bf891e562f98e5854cc71ec94c10e36a81 (patch)
treeac686e2e7d1351d388574903c317f4fb0d261833 /recipes/yum
parentf25fb0eb70862ec676b7eccf1944457bc3891b7a (diff)
downloadopenembedded-502ca1bf891e562f98e5854cc71ec94c10e36a81.tar.gz
yum: kill python-bzip2 dep, as python-compression includes it now, per mickeyl
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/yum')
-rw-r--r--recipes/yum/yum_3.2.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/yum/yum_3.2.18.bb b/recipes/yum/yum_3.2.18.bb
index b147c52b7b..a41bb87179 100644
--- a/recipes/yum/yum_3.2.18.bb
+++ b/recipes/yum/yum_3.2.18.bb
@@ -1,5 +1,5 @@
HOMEPAGE = "http://linux.duke.edu/projects/yum/"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
file://paths.patch;patch=1 \
@@ -10,7 +10,7 @@ SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
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-unixadmin python-xml python-sqlite3 \
python-textutils python-fcntl python-email \
yum-metadata-parser"