]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bridge-utils/bridge-utils_0.9.7.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bridge-utils / bridge-utils_0.9.7.bb
1 DESCRIPTION = "Tools for ethernet bridging."
2 LICENSE = "GPL"
3 SECTION = "console/network"
4 SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tgz \
5            file://failout.patch;patch=1"
6 S = "${WORKDIR}/bridge-utils-${PV}"
7
8 # The default sourceforge mirror does not yet have this package, and
9 # sourceforge redirects on the file missing so wget doesn't realize it failed.
10 # Force our own default here, since its known to have it.
11 PREMIRRORS_prepend () {
12         ${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge
13 }
14
15 inherit autotools
16
17 EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"