diff options
-rw-r--r-- | meta-oe/recipes-devtools/poke/poke_1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/poke/poke_1.2.bb b/meta-oe/recipes-devtools/poke/poke_1.2.bb index dcb547ff87..dd118a0aa2 100644 --- a/meta-oe/recipes-devtools/poke/poke_1.2.bb +++ b/meta-oe/recipes-devtools/poke/poke_1.2.bb | |||
@@ -24,8 +24,9 @@ acpaths = "-I ./m4" | |||
24 | 24 | ||
25 | EXTRA_OECONF = "--disable-gui \ | 25 | EXTRA_OECONF = "--disable-gui \ |
26 | --disable-libnbd \ | 26 | --disable-libnbd \ |
27 | --disable-mi \ | ||
28 | --with-libreadline-prefix=${STAGING_INCDIR} \ | 27 | --with-libreadline-prefix=${STAGING_INCDIR} \ |
29 | " | 28 | " |
30 | 29 | ||
30 | PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" | ||
31 | |||
31 | FILES_${PN} += "${datadir}/emacs/site-lisp" | 32 | FILES_${PN} += "${datadir}/emacs/site-lisp" |