diff options
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 21a86de390..4377e88e47 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
| @@ -29,6 +29,8 @@ EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html" | |||
| 29 | 29 | ||
| 30 | do_configure() { | 30 | do_configure() { |
| 31 | ./bootstrap nosubmodule | 31 | ./bootstrap nosubmodule |
| 32 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/jimtcl/autosetup | ||
| 33 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/jimtcl/autosetup | ||
| 32 | oe_runconf ${EXTRA_OECONF} | 34 | oe_runconf ${EXTRA_OECONF} |
| 33 | } | 35 | } |
| 34 | 36 | ||
