diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
commit | 087629f4afb009d0eceec99db1e2ae45c1cf507e (patch) | |
tree | b33e81f2007fd813d64b11c6b513e6ebdc493e7b /procps | |
parent | 57805d1d4e115d1901fa432d0dcb49807a38233b (diff) |
Cleanup pass - remove remnant virtual/libc items from DEPENDS.
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
Diffstat (limited to 'procps')
-rw-r--r-- | procps/procps_3.1.15.oe | 2 | ||||
-rw-r--r-- | procps/procps_3.2.1.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/procps/procps_3.1.15.oe b/procps/procps_3.1.15.oe index 43be3afd37..1c20b59a4b 100644 --- a/procps/procps_3.1.15.oe +++ b/procps/procps_3.1.15.oe @@ -4,7 +4,7 @@ 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" +DEPENDS = "ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ file://procps_${PV}-2.diff;patch=1 \ diff --git a/procps/procps_3.2.1.oe b/procps/procps_3.2.1.oe index 7464831d46..99990c5648 100644 --- a/procps/procps_3.2.1.oe +++ b/procps/procps_3.2.1.oe @@ -4,7 +4,7 @@ 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" +DEPENDS = "ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ file://install.patch;patch=1" |