diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 09:31:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 09:31:18 +0000 |
commit | bc6e408352af5a6c254842cb0ea74a503c9b443b (patch) | |
tree | cbf590f2fe105ed4a3cb8c815cd124368a2f8279 /meta/packages/yum/yum_3.2.18.bb | |
parent | 559a522dc3b2c7251cee8933819f729a5aeec46d (diff) | |
download | poky-bc6e408352af5a6c254842cb0ea74a503c9b443b.tar.gz |
yum: fixed packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5426 311d38ba-8fff-0310-9ca6-ca027cbcb966
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" | ||