git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ead06a
)
openocd: Enabled ft2232_libftdi so it can be used on a slug to devirginate a neo
author
Rod Whitby
<rod@whitby.id.au>
Tue, 28 Aug 2007 13:32:48 +0000
(13:32 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Tue, 28 Aug 2007 13:32:48 +0000
(13:32 +0000)
packages/openocd/openocd_svn.bb
patch
|
blob
|
history
diff --git
a/packages/openocd/openocd_svn.bb
b/packages/openocd/openocd_svn.bb
index
ebe234a
..
9824fd3
100644
(file)
--- a/
packages/openocd/openocd_svn.bb
+++ b/
packages/openocd/openocd_svn.bb
@@
-9,4
+9,4
@@
SRC_URI = "svn://svn.berlios.de/openocd;module=trunk \
file://openocd-link-static.patch;patch=1"
S = "${WORKDIR}/trunk"
-EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
+EXTRA_OECONF = "
--enable-ft2232_libftdi
--disable-ftdi2232 --disable-ftd2xx"