openocd: Added build dependency on libftdi
authorRod Whitby <rod@whitby.id.au>
Sun, 27 Apr 2008 12:48:10 +0000 (12:48 +0000)
committerRod Whitby <rod@whitby.id.au>
Sun, 27 Apr 2008 12:48:10 +0000 (12:48 +0000)
packages/openocd/openocd_svn.bb

index 2815324..d5c5ba0 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Bounda
 HOMEPAGE = "http://openocd.berlios.de/"
 LICENSE = "GPL"
 PV = "0.0+r${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit autotools
 
@@ -10,4 +10,5 @@ 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"