Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / bridge-utils / bridge-utils_1.0.4.oe
1 DESCRIPTION = "Tools for ethernet bridging."
2 HOMEPAGE = "http://bridge.sourceforge.net/"
3 SECTION = "console/network"
4 LICENSE = "GPL"
5 DEPENDS = "sysfsutils"
6 RDEPENDS = "kernel-module-bridge"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tar.gz"
8 S = "${WORKDIR}/bridge-utils-${PV}"
9
10 # The default sourceforge mirror does not yet have this package, and
11 # sourceforge redirects on the file missing so wget doesn't realize it failed.
12 # Force our own default here, since its known to have it.
13 PREMIRRORS_prepend () {
14         ${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge
15 }
16
17 inherit autotools
18
19 EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"