diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-04-12 14:00:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-04-12 14:00:27 +0000 |
commit | aedc336335b36ba0847de1d20ecfad50fa98f00c (patch) | |
tree | 0ced801606552f99392e6ef3ec74f1b91ee4fcf7 /packages/fush | |
parent | 355a2db6fca210601c7b0c77473f94ee44416286 (diff) |
more SECTION fixes
BKrev: 425bd47buhbtCJBnikdorOaepQvQMQ
Diffstat (limited to 'packages/fush')
-rw-r--r-- | packages/fush/fush_0.9.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/fush/fush_0.9.0.bb b/packages/fush/fush_0.9.0.bb index ec0fa912b9..af8e0d66c1 100644 --- a/packages/fush/fush_0.9.0.bb +++ b/packages/fush/fush_0.9.0.bb @@ -1,11 +1,11 @@ -DEPENDS += "readline" DESCRIPTION = "Fush is a shell replacement for security conscious admins." HOMEPAGE = "http://sourceforge.net/projects/foosh/" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "readline" PRIORITY = "optional" -SECTION = "shells" -PR = "r1" +SECTION = "console/shells" +PR = "r2" RV = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}" SRC_URI = "${SOURCEFORGE_MIRROR}/foosh/fush-${RV}.tar.gz \ |