mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Martin Jansa
parent
f1d7f500ac
commit
037be68e54
@@ -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} () {
|
||||
Reference in New Issue
Block a user