diff options
author | Qing He <qing.he@intel.com> | 2010-11-10 15:57:07 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:07:45 -0800 |
commit | 3155cdeb0dbc8de482bd328af00b82dd012da01e (patch) | |
tree | a0fe683981342119a32e903f42aadf3a7c10c75b /meta/recipes-extended/procps/procps.inc | |
parent | 1a76da9a2d2d9db6409313e7a4d90ee040dfb59c (diff) | |
download | poky-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.inc | 8 |
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." | |||
5 | HOMEPAGE = "http://procps.sf.net" | 5 | HOMEPAGE = "http://procps.sf.net" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | PRIORITY = "optional" | 7 | PRIORITY = "optional" |
8 | LICENSE = "GPL" | 8 | LICENSE = "GPLv2+ & LGPLv2+" |
9 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
10 | file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \ | ||
11 | file://ps/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \ | ||
12 | file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812" | ||
9 | DEPENDS = "ncurses" | 13 | DEPENDS = "ncurses" |
10 | 14 | ||
11 | FILES_${PN} += "${base_libdir}/libproc-*.so" | 15 | FILES_${PN} += "${base_libdir}/libproc-*.so" |
12 | 16 | ||
13 | SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ | 17 | SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ |
14 | file://install.patch;patch=1" | 18 | file://install.patch" |
15 | 19 | ||
16 | inherit autotools | 20 | inherit autotools |