kumquat-buildroot/package/qt5
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
..
qt5base package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5canvas3d
qt5charts
qt5connectivity package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5declarative
qt5enginio package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5graphicaleffects
qt5imageformats
qt5location
qt5multimedia package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5quickcontrols
qt5quickcontrols2
qt5script
qt5scxml package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5sensors
qt5serialbus
qt5serialport
qt5svg
qt5tools
qt5virtualkeyboard package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5wayland
qt5webchannel package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5webengine
qt5webkit
qt5webkit-examples
qt5websockets package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5webview package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt5x11extras
qt5xmlpatterns package/*: do not override LICENSE, but append to it 2019-10-27 10:35:06 +01:00
qt53d
Config.in
qt5.mk