diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-10-30 17:27:56 +0000 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-10-30 17:27:56 +0000 |
commit | 4b93bb317546131f63afb2fb971a572708110c5a (patch) | |
tree | 84633d28f2818b4e72fc3f54e236c54c586c5585 /meta/packages/yum | |
parent | b32d59fde6733adbfc278f2a074db0917241b102 (diff) | |
download | poky-4b93bb317546131f63afb2fb971a572708110c5a.tar.gz |
yum: Make the volatile configuration file available
Diffstat (limited to 'meta/packages/yum')
-rw-r--r-- | meta/packages/yum/yum_3.2.18.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb index a487a3c26f..e67f146b28 100644 --- a/meta/packages/yum/yum_3.2.18.bb +++ b/meta/packages/yum/yum_3.2.18.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" | 1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" |
2 | PR = "r6" | 2 | PR = "r7" |
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 \ |
6 | file://paths2.patch;patch=1 \ | 6 | file://paths2.patch;patch=1 \ |
7 | file://yum-install-recommends.py \ | 7 | file://yum-install-recommends.py \ |
8 | file://extract-postinst.awk" | 8 | file://extract-postinst.awk \ |
9 | file://98_yum" | ||
9 | 10 | ||
10 | RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ | 11 | RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ |
11 | python-shell python-re python-logging python-pickle \ | 12 | python-shell python-re python-logging python-pickle \ |