aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openocd/openocd_svn.bb
blob: ebe234aca5b7facab7989ecc0f126693fa10f494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
HOMEPAGE = "http://openocd.berlios.de/"
LICENSE = "GPL"
PV = "0.0+svn${SRCDATE}"

inherit autotools

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

EXTRA_OECONF = "  --disable-ftdi2232 --disable-ftd2xx"