sg3-utils: add newer buildable version
[openembedded.git] / recipes / openocd / openocd_svn.bb
1 DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
2 HOMEPAGE = "http://openocd.berlios.de/"
3 LICENSE = "GPL"
4 SRCREV = "517"
5 PV = "0.0+svnr${SRCPV}"
6 PR = "r3"
7
8 inherit autotools
9
10 SRC_URI = "svn://svn.berlios.de/openocd;module=trunk \
11            file://openocd-link-static.patch;patch=1"
12 S = "${WORKDIR}/trunk"
13
14 DEPENDS = "libftdi"
15 EXTRA_OECONF = " --enable-ft2232_libftdi --disable-ftdi2232 --disable-ftd2xx"