From: Michael Lauer Date: Mon, 8 Nov 2004 10:02:04 +0000 (+0000) Subject: minor section fix for zsh and bash X-Git-Tag: Release-2010-05/1~16356 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35abd2950224f053253a0b4ef23d93379f71371;p=openembedded.git minor section fix for zsh and bash BKrev: 418f441cAI-9vEa4yr-DwS-_IbLuYg --- 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 " DEPENDS = "ncurses pcre" +PR = "r1" SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \ file://configure.patch;patch=1"