diff options
-rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index ee621ecf14..d30d9c3466 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -24,7 +24,7 @@ inherit pkgconfig autotools-brokensep gettext | |||
24 | 24 | ||
25 | BBCLASSEXTEND += "native nativesdk" | 25 | BBCLASSEXTEND += "native nativesdk" |
26 | 26 | ||
27 | EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror" | 27 | EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror" |
28 | 28 | ||
29 | do_configure() { | 29 | do_configure() { |
30 | ./bootstrap nosubmodule | 30 | ./bootstrap nosubmodule |