diff options
-rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 4f6aaa8a6a..05e06a25d5 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -54,3 +54,6 @@ FILES_${PN} = " \ | |||
54 | PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" | 54 | PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" |
55 | PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang" | 55 | PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang" |
56 | PACKAGECONFIG ??= "sysfsgpio remote-bitbang" | 56 | PACKAGECONFIG ??= "sysfsgpio remote-bitbang" |
57 | |||
58 | # Can't be built with ccache | ||
59 | CCACHE_DISABLE = "1" | ||