diff options
Diffstat (limited to 'meta/packages/yum/yum_3.2.18.bb')
-rw-r--r-- | meta/packages/yum/yum_3.2.18.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb index 9770a4e688..4c68803098 100644 --- a/meta/packages/yum/yum_3.2.18.bb +++ b/meta/packages/yum/yum_3.2.18.bb | |||
@@ -1,12 +1,14 @@ | |||
1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" | 1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" |
2 | PR = "r2" | 2 | PR = "r3" |
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://yum-install-recommends.py \ | 7 | file://yum-install-recommends.py \ |
7 | file://extract-postinst.awk" | 8 | file://extract-postinst.awk" |
8 | 9 | ||
9 | DEPENDS = "rpm python python-iniparse python-urlgrabber yum-metadata-parser libxml2" | 10 | DEPENDS = "python" |
11 | RDEPENDS = "rpm python-core python-iniparse python-urlgrabber yum-metadata-parser" | ||
10 | 12 | ||
11 | S = "${WORKDIR}/yum-${PV}" | 13 | S = "${WORKDIR}/yum-${PV}" |
12 | 14 | ||
@@ -22,3 +24,5 @@ do_install_append () { | |||
22 | install ${WORKDIR}/extract-postinst.awk ${D}${bindir}/ | 24 | install ${WORKDIR}/extract-postinst.awk ${D}${bindir}/ |
23 | install ${WORKDIR}/yum-install-recommends.py ${D}${bindir}/ | 25 | install ${WORKDIR}/yum-install-recommends.py ${D}${bindir}/ |
24 | } | 26 | } |
27 | |||
28 | FILES_${PN} += "${libdir}/python* ${datadir}/yum-cli" | ||