diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/yum/yum_3.2.18.bb | 4 |
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" |