readline is GPL, so make it explicit that it shouldn't be enabled accidentally.
Signed-off-by: Adrian Bunk <[email protected]> --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb index 4f600a218..9a8cb87ba 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb @@ -8,7 +8,7 @@ SRC_URI += " \ file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ " -EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" +EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} -Denable-readline=OFF" do_configure_append() { make_tables.exe ${B}/ -- 2.17.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
