diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 22:49:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 22:49:22 +0000 |
commit | 92b95480c1095db9dc453725c5a13698a7eb8e20 (patch) | |
tree | 87ca37c7367a4282cc2d12458f3b0722a8cddebb | |
parent | df3b8ca524404bf9c937ac5f6fec68a8d2a7b21d (diff) |
section fixes
BKrev: 416476725eelgISLryYA2WMdICqzSg
-rw-r--r-- | classes/oelint.oeclass | 2 | ||||
-rw-r--r-- | ebtables/ebtables_2.0.6.oe | 16 | ||||
-rw-r--r-- | resolvconf/resolvconf_1.21.oe | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/classes/oelint.oeclass b/classes/oelint.oeclass index d7df1dd641..75a447c320 100644 --- a/classes/oelint.oeclass +++ b/classes/oelint.oeclass @@ -86,7 +86,7 @@ python do_lint() { "audio" : True, "base" : True, "console/games" : True, - "console/net" : "network", + "console/net" : "console/network", "console/network" : True, "console/utils" : True, "devel" : True, diff --git a/ebtables/ebtables_2.0.6.oe b/ebtables/ebtables_2.0.6.oe index 1150f57a6c..96deae41a6 100644 --- a/ebtables/ebtables_2.0.6.oe +++ b/ebtables/ebtables_2.0.6.oe @@ -1,15 +1,15 @@ -# Distributed under the terms of the GNU General Public License v2 - DESCRIPTION = "Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting." PRIORITY = "optional" -SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \ - file://gcc34.patch;patch=1 \ - file://installnonroot.patch;patch=1 \ - file://installcreatedirs.patch;patch=1" -S = "${WORKDIR}/ebtables-v${PV}" MAINTAINER = "Ned Ludd <solar@gentoo.org>" LICENSE = "GPL" -SECTION = "net" +SECTION = "console/network" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \ + file://gcc34.patch;patch=1 \ + file://installnonroot.patch;patch=1 \ + file://installcreatedirs.patch;patch=1" +S = "${WORKDIR}/ebtables-v${PV}" do_compile () { oe_runmake 'BINPATH=/sbin/' 'MANDIR=${mandir}/' \ diff --git a/resolvconf/resolvconf_1.21.oe b/resolvconf/resolvconf_1.21.oe index a39e3537a6..1f13e16a63 100644 --- a/resolvconf/resolvconf_1.21.oe +++ b/resolvconf/resolvconf_1.21.oe @@ -3,12 +3,13 @@ information about currently available nameservers. It sets \ itself up as the intermediary between programs that supply \ nameserver information and programs that need nameserver \ information." -SECTIO = "net" +SECTION = "console/network" LICENSE = "GPL" AUTHOR = "Thomas Hood" HOMEPAGE = "http://packages.debian.org/resolvconf" DEPENDS = "bash" RDEPENDS = "bash" +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |