procps: upgrade to version 3.2.8

from 3.2.7
also update license info
[sgw@linux.intel.com: added gmake-3.82 patch to correct location]

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Qing He 2010-11-10 15:57:07 +08:00 committed by Saul Wold
parent 1a76da9a2d
commit 3155cdeb0d
10 changed files with 10 additions and 6 deletions

View File

@ -5,12 +5,16 @@ includes the programs ps, top, vmstat, w, kill, and skill."
HOMEPAGE = "http://procps.sf.net"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
LICENSE = "GPLv2+ & LGPLv2+"
LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \
file://ps/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \
file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812"
DEPENDS = "ncurses"
FILES_${PN} += "${base_libdir}/libproc-*.so"
SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
file://install.patch;patch=1"
file://install.patch"
inherit autotools

View File

@ -1,6 +1,6 @@
require procps.inc
PR = "r10"
PR = "r0"
inherit update-rc.d update-alternatives
@ -11,9 +11,9 @@ ALTERNATIVE_LINKS = "${bindir}/top ${bindir}/uptime ${bindir}/free ${bindir}/pki
${base_bindir}/kill ${base_sbindir}/sysctl ${base_bindir}/ps"
ALTERNATIVE_PRIORITY = "90"
SRC_URI += "file://procmodule.patch;patch=1 \
file://psmodule.patch;patch=1 \
file://linux-limits.patch;patch=1 \
SRC_URI += "file://procmodule.patch \
file://psmodule.patch \
file://linux-limits.patch \
file://sysctl.conf \
file://procps.init \
file://procps-3.2.8+gmake-3.82.patch \