summaryrefslogtreecommitdiffstats
path: root/recipes/upslug/upslug2.inc
blob: 8214a8d095a3ad1a6f344b6cbf57ebc689dfb6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This package builds the 'upslug2' binary upload/flash tool
# for the NSLU2.  It is not useful for anything else.
PR = "r1"
DESCRIPTION = "NSLU2 binary upload tool (version 2)"
HOMEPAGE = "http://www.nslu2-linux.org/wiki/Main/UpSlug2"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "MIT"
COMPATIBLE_MACHINE = "nslu2"

# On Linux libpcap does not work.  Using libpcap is sub-optimal - it
# is intended for packet capture not management of a new protocol
# stream - so you may want to try the linux options on other operating
# systems.
LIBPCAP_OECONF = "--with-libpcap"
LIBPCAP_OECONF_linux = ""
LIBPCAP_OECONF_linux-uclibc = ""
LIBPCAP_RDEPENDS = "libpcap"
LIBPCAP_RDEPENDS_linux = ""
LIBPCAP_RDEPENDS_linux-uclibc = ""

RDEPENDS_${PN} += "${LIBPCAP_RDEPENDS}"

SRC_URI = "${SOURCEFORGE_MIRROR}/nslu/upslug2-${PV}.tar.gz"

inherit autotools

S = "${WORKDIR}/upslug2-${PV}"

EXTRA_OECONF += "${LIBPCAP_OECONF}"