From e686559d0d1873b6185a21039511991f37f15f9c Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Thu, 1 Apr 2004 23:34:02 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into erichl.mine.nu:/home/erich/src/packages 2004/04/01 18:33:27-05:00 mine.nu!erich RDEPENDS cleanup - removed explicit RDEPENDS on shared libraries since it is automatically created at packaging time BKrev: 406ca6eaDQx4hBfzmy25UVudaZgnBQ --- procps/procps_3.1.15.oe | 1 - procps/procps_3.2.1.oe | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'procps') 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" -- cgit v1.2.3