bridge-utils: move to meta-networking and tweak

* Update HOMEPAGE
* Set SUMMARY instead of DESCRIPTION
* Move DEPENDS up towards the top

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Eggleton 2013-04-16 10:53:58 +00:00 committed by Martin Jansa
parent f1d7f500ac
commit 037be68e54
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,10 @@
DESCRIPTION = "Tools for ethernet bridging."
HOMEPAGE = "http://bridge.sourceforge.net/"
SUMMARY = "Tools for ethernet bridging"
HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
SECTION = "console/network"
LICENSE = "GPLv2"
DEPENDS = "sysfsutils"
SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tar.gz"
inherit autotools
@ -16,7 +18,6 @@ do_install_append () {
install -d ${D}/${sysconfdir}/network/if-post-down.d
}
DEPENDS = "sysfsutils"
RRECOMMENDS_${PN} = "kernel-module-bridge"
pkg_postinst_${PN} () {