diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
commit | a26d3c8de667748085908f234a61404892c345e4 (patch) | |
tree | ad83490c98f49d5be7a848bd7385b55a041ffa76 /procps | |
parent | 03d159c18473037056d7009d45f14e08aacc5a61 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/10/11 13:35:43+02:00 local!CoreDump
base section fixes
2004/10/11 13:21:10+02:00 local!CoreDump
x11 section fixes
2004/10/11 13:01:40+02:00 local!CoreDump
Section fixes: replace net with console/net
BKrev: 416a702ahGepUmVenzmpZ_GI8n7joA
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 1c20b59a4b..683c2f6afa 100644 --- a/procps/procps_3.1.15.oe +++ b/procps/procps_3.1.15.oe @@ -2,7 +2,7 @@ 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" +SECTION = "base" PRIORITY = "optional" DEPENDS = "ncurses" diff --git a/procps/procps_3.2.1.oe b/procps/procps_3.2.1.oe index 99990c5648..6323dc02b6 100644 --- a/procps/procps_3.2.1.oe +++ b/procps/procps_3.2.1.oe @@ -2,7 +2,7 @@ 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" +SECTION = "base" PRIORITY = "optional" DEPENDS = "ncurses" |