diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/procps_3.1.15.oe | 1 | ||||
-rw-r--r-- | procps/procps_3.2.1.oe | 18 |
2 files changed, 18 insertions, 1 deletions
diff --git a/procps/procps_3.1.15.oe b/procps/procps_3.1.15.oe index 5bae988edb..1cb44c58ab 100644 --- a/procps/procps_3.1.15.oe +++ b/procps/procps_3.1.15.oe @@ -4,7 +4,6 @@ about processes using the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." SECTION = "net" PRIORITY = "optional" -RDEPENDS = "libc6 libncurses" DEPENDS = "virtual/libc ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ diff --git a/procps/procps_3.2.1.oe b/procps/procps_3.2.1.oe index e69de29bb2..f9185218e9 100644 --- a/procps/procps_3.2.1.oe +++ b/procps/procps_3.2.1.oe @@ -0,0 +1,18 @@ +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." +SECTION = "net" +PRIORITY = "optional" +DEPENDS = "virtual/libc ncurses" + +SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ + file://${FILESDIR}/install.patch;patch=1" + +inherit autotools + +EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \ + LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \ + CURSES=-lncurses \ + install='install -D' \ + ldconfig=echo" |