summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-10 15:57:07 +0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:07:45 -0800
commit3155cdeb0dbc8de482bd328af00b82dd012da01e (patch)
treea0fe683981342119a32e903f42aadf3a7c10c75b /meta/recipes-extended/procps/procps.inc
parent1a76da9a2d2d9db6409313e7a4d90ee040dfb59c (diff)
downloadpoky-3155cdeb0dbc8de482bd328af00b82dd012da01e.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/procps/procps.inc')
-rw-r--r--meta/recipes-extended/procps/procps.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc
index 2de32d2c83..b8e20a89cb 100644
--- a/meta/recipes-extended/procps/procps.inc
+++ b/meta/recipes-extended/procps/procps.inc
@@ -5,12 +5,16 @@ includes the programs ps, top, vmstat, w, kill, and skill."
5HOMEPAGE = "http://procps.sf.net" 5HOMEPAGE = "http://procps.sf.net"
6SECTION = "base" 6SECTION = "base"
7PRIORITY = "optional" 7PRIORITY = "optional"
8LICENSE = "GPL" 8LICENSE = "GPLv2+ & LGPLv2+"
9LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
10 file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \
11 file://ps/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \
12 file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812"
9DEPENDS = "ncurses" 13DEPENDS = "ncurses"
10 14
11FILES_${PN} += "${base_libdir}/libproc-*.so" 15FILES_${PN} += "${base_libdir}/libproc-*.so"
12 16
13SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ 17SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
14 file://install.patch;patch=1" 18 file://install.patch"
15 19
16inherit autotools 20inherit autotools