diff options
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 |