[oe] [meta-multimedia][PATCH] fluidsynth: Explicitly disable readline support

Andreas Müller schnitzeltony at gmail.com
Wed May 8 20:23:38 UTC 2019


On Wed, May 8, 2019 at 10:00 PM Adrian Bunk <bunk at stusta.de> wrote:
>
> readline is GPL, so make it explicit that it shouldn't
> be enabled accidentally.
>
> Signed-off-by: Adrian Bunk <bunk at stusta.de>
> ---
>  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"
>
If yo don't like it make a packageconfig out of it but keep it enabled
because I am not willing to test this change for you.

Andreas


More information about the Openembedded-devel mailing list