blob: 2652e15eaeb38710f83dfe72b5b3a3288a72cba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
HOMEPAGE = "http://openocd.berlios.de/"
DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
LICENSE = "GPL"
inherit autotools
SRC_URI = "svn://svn.berlios.de/;module=${PN}"
S = "${WORKDIR}/${PN}"
EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
|