aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-08 10:02:04 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-08 10:02:04 +0000
commitb35abd2950224f053253a0b4ef23d93379f71371 (patch)
treec8db18c5218d53c30979093f3470dbcdf934f32f
parent88e22fbf75d3553726246f0a3344c75635ecdb4a (diff)
downloadopenembedded-b35abd2950224f053253a0b4ef23d93379f71371.tar.gz
minor section fix for zsh and bash
BKrev: 418f441cAI-9vEa4yr-DwS-_IbLuYg
-rw-r--r--bash/bash_2.05b.oe6
-rw-r--r--zsh/zsh_4.1.1.oe5
2 files changed, 6 insertions, 5 deletions
diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe
index fc188313e4..082022bbf3 100644
--- a/bash/bash_2.05b.oe
+++ b/bash/bash_2.05b.oe
@@ -1,7 +1,7 @@
-DEPENDS = "ncurses"
DESCRIPTION = "An sh-compatible command language interpreter."
-SECTION = "base"
-PR = "r1"
+DEPENDS = "ncurses"
+SECTION = "base/shell"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
file://bashbug-editor.patch;patch=1;pnum=0 \
diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe
index 0b9e4367d5..0da7478d9e 100644
--- a/zsh/zsh_4.1.1.oe
+++ b/zsh/zsh_4.1.1.oe
@@ -1,8 +1,9 @@
-DESCRIPTION = "Zsh shell"
-SECTION = "base"
+DESCRIPTION = "The Zsh shell"
+SECTION = "base/shell"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "ncurses pcre"
+PR = "r1"
SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \
file://configure.patch;patch=1"