diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 15:59:32 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:40 +0100 |
commit | eb5ed41f9e84f9f97964f52c41c5af902000cc1a (patch) | |
tree | 3ac8b802fe458505373253103ac64cd63da4fd16 /meta | |
parent | d0ebebd6647b421ff090c12e3a9274ced90a04a1 (diff) | |
download | poky-eb5ed41f9e84f9f97964f52c41c5af902000cc1a.tar.gz |
yum: fix metadata
update license and url
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/yum/yum_3.2.27.bb | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/meta/packages/yum/yum_3.2.27.bb b/meta/packages/yum/yum_3.2.27.bb index 75669af448..aff44ca6fe 100644 --- a/meta/packages/yum/yum_3.2.27.bb +++ b/meta/packages/yum/yum_3.2.27.bb | |||
@@ -1,12 +1,10 @@ | |||
1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" | 1 | DESCRIPTION = "yum package manger is an automatic updater for rpm." |
2 | PR = "r8" | 2 | HOMEPAGE = "http://yum.baseurl.org/" |
3 | BUGTRACKER = "http://yum.baseurl.org/report" | ||
3 | 4 | ||
4 | SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ | 5 | LICENSE = "GPLv2" |
5 | file://paths.patch;patch=1 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ |
6 | file://paths2.patch;patch=1 \ | 7 | file://yum/sqlutils.py;beginline=2;endline=14;md5=d704ae6a9d69ce90768ab9188236b992" |
7 | file://yum-install-recommends.py \ | ||
8 | file://extract-postinst.awk \ | ||
9 | file://98_yum" | ||
10 | 8 | ||
11 | RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ | 9 | RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ |
12 | python-shell python-re python-logging python-pickle \ | 10 | python-shell python-re python-logging python-pickle \ |
@@ -15,6 +13,15 @@ RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \ | |||
15 | python-textutils python-fcntl python-email \ | 13 | python-textutils python-fcntl python-email \ |
16 | yum-metadata-parser" | 14 | yum-metadata-parser" |
17 | 15 | ||
16 | PR = "r8" | ||
17 | |||
18 | SRC_URI = "http://yum.baseurl.org/download/3.2/yum-${PV}.tar.gz \ | ||
19 | file://paths.patch;apply=yes \ | ||
20 | file://paths2.patch;apply=yes \ | ||
21 | file://yum-install-recommends.py \ | ||
22 | file://extract-postinst.awk \ | ||
23 | file://98_yum" | ||
24 | |||
18 | S = "${WORKDIR}/yum-${PV}" | 25 | S = "${WORKDIR}/yum-${PV}" |
19 | 26 | ||
20 | inherit autotools | 27 | inherit autotools |
@@ -40,4 +47,4 @@ pkg_postinst_yum () { | |||
40 | 47 | ||
41 | FILES_${PN} += "${libdir}/python* ${datadir}/yum-cli" | 48 | FILES_${PN} += "${libdir}/python* ${datadir}/yum-cli" |
42 | 49 | ||
43 | BBCLASSEXTEND = "native" \ No newline at end of file | 50 | BBCLASSEXTEND = "native" |