summaryrefslogtreecommitdiffstats
path: root/recipes/openocd/openocd_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openocd/openocd_svn.bb')
-rw-r--r--recipes/openocd/openocd_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/openocd/openocd_svn.bb b/recipes/openocd/openocd_svn.bb
new file mode 100644
index 0000000000..6823eabb98
--- /dev/null
+++ b/recipes/openocd/openocd_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
+HOMEPAGE = "http://openocd.berlios.de/"
+LICENSE = "GPL"
+PV = "0.0+svnr${SRCREV}"
+PR = "r3"
+
+inherit autotools
+
+SRC_URI = "svn://svn.berlios.de/openocd;module=trunk \
+ file://openocd-link-static.patch;patch=1"
+S = "${WORKDIR}/trunk"
+
+DEPENDS = "libftdi"
+EXTRA_OECONF = " --enable-ft2232_libftdi --disable-ftdi2232 --disable-ftd2xx"