mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
poke: fix cross configure of bundled jitter
The bundled jitter sub-configure runs a gnulib AC_RUN_IFELSE strcasecmp test that aborts under cross compilation use the cached result. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -20,6 +20,10 @@ EXTRA_OECONF = "--disable-gui \
|
||||
--with-libreadline-prefix=${STAGING_INCDIR} \
|
||||
"
|
||||
|
||||
# The bundled jitter sub-configure runs a gnulib AC_RUN_IFELSE test for
|
||||
# strcasecmp which aborts under cross compilation; provide the cached result.
|
||||
CACHED_CONFIGUREVARS += "gl_cv_func_strcasecmp_works=yes"
|
||||
|
||||
PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c"
|
||||
|
||||
PACKAGES =+ "${PN}-emacs ${PN}-vim"
|
||||
|
||||
Reference in New Issue
Block a user