buildroot/package/freeswitch
Yann E. MORIN f295ad4cb0 package/*: do not override LICENSE, but append to it
Now that the infra takes care of removing extraneous spaces before
commas, we can safely append to LICENSE variables.

This removes the only case where we had to use immediate assignment
to append to a variable.

Mechanical change, with:

    $ sed -r -i -e 's/\<([^[:space:]]+_LICENSE) := \$\(\1\),/\1 += ,/' \
        $(git grep -l -E '\<([^[:space:]]+_LICENSE) := \$\(\1\),')

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-10-27 10:35:06 +01:00
..
0001-Fix-cross-compiling-libvpx.patch package/freeswitch: bump version to 1.10.0 2019-08-07 15:29:17 +02:00
Config.in freeswitch: bump version to 1.8.1 2018-09-08 15:10:13 +02:00
freeswitch.hash package/freeswitch: bump version to 1.10.1 2019-09-23 23:30:22 +02:00
freeswitch.mk package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00