elementary: readd RDEPENDS on elementary-themes, accidentally removed in 51d8c6927248...
[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 PV = "0.0+svnr${SRCPV}"
5 PR = "r3"
6
7 inherit autotools
8
9 SRC_URI = "svn://svn.berlios.de/openocd;module=trunk \
10            file://openocd-link-static.patch;patch=1"
11 S = "${WORKDIR}/trunk"
12
13 DEPENDS = "libftdi"
14 EXTRA_OECONF = " --enable-ft2232_libftdi --disable-ftdi2232 --disable-ftd2xx"