From bc6e408352af5a6c254842cb0ea74a503c9b443b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 7 Oct 2008 09:31:18 +0000 Subject: yum: fixed packaging git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5426 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/yum/yum_3.2.18.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta/packages/yum/yum_3.2.18.bb') diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb index 9770a4e68..4c6880309 100644 --- a/meta/packages/yum/yum_3.2.18.bb +++ b/meta/packages/yum/yum_3.2.18.bb @@ -1,12 +1,14 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/" -PR = "r2" +PR = "r3" SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ file://paths.patch;patch=1 \ + file://paths2.patch;patch=1 \ file://yum-install-recommends.py \ file://extract-postinst.awk" -DEPENDS = "rpm python python-iniparse python-urlgrabber yum-metadata-parser libxml2" +DEPENDS = "python" +RDEPENDS = "rpm python-core python-iniparse python-urlgrabber yum-metadata-parser" S = "${WORKDIR}/yum-${PV}" @@ -22,3 +24,5 @@ do_install_append () { install ${WORKDIR}/extract-postinst.awk ${D}${bindir}/ install ${WORKDIR}/yum-install-recommends.py ${D}${bindir}/ } + +FILES_${PN} += "${libdir}/python* ${datadir}/yum-cli" -- cgit v1.2.3