diff options
Diffstat (limited to 'meta-moblin/packages/procps/procps.inc')
-rw-r--r-- | meta-moblin/packages/procps/procps.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-moblin/packages/procps/procps.inc b/meta-moblin/packages/procps/procps.inc deleted file mode 100644 index 2de32d2c83..0000000000 --- a/meta-moblin/packages/procps/procps.inc +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Procps is the package that has a bunch \ -of small useful utilities that give information \ -about processes using the /proc filesystem. The package \ -includes the programs ps, top, vmstat, w, kill, and skill." -HOMEPAGE = "http://procps.sf.net" -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "ncurses" - -FILES_${PN} += "${base_libdir}/libproc-*.so" - -SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://install.patch;patch=1" - -inherit autotools |