aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openocd/openocd_svn.bb
blob: 26ab365b0ebffc1e72959ce9b95f8e119d246b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HOMEPAGE = "http://openocd.berlios.de/"
DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
LICENSE = "GPL"

PV = "0.0+svn${SRCDATE}"

inherit autotools

SRC_URI = "svn://svn.berlios.de/;module=${PN}"

S = "${WORKDIR}/${PN}/trunk"
EXTRA_OECONF = "  --disable-ftdi2232 --disable-ftd2xx"