aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openocd/openocd_svn.bb
blob: e6859e98ed44b1d60c95845556d9fed7a6a60740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
HOMEPAGE = "http://openocd.berlios.de/"
LICENSE = "GPL"
SRCREV = "517"
PV = "0.0+svnr${SRCPV}"
PR = "r3"

inherit autotools

SRC_URI = "svn://svn.berlios.de/openocd;module=trunk \
           file://openocd-link-static.patch"
S = "${WORKDIR}/trunk"

DEPENDS = "libftdi"
EXTRA_OECONF = " --enable-ft2232_libftdi --disable-ftdi2232 --disable-ftd2xx"