package/*: do not override LICENSE, but append to it
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 26 Oct 2019 08:45:54 +0000 (10:45 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 27 Oct 2019 09:35:06 +0000 (10:35 +0100)
commitf295ad4cb0e16a823e1377eb97eaec39042f4ad3
tree4edd34f118a9181a760b7fe4cdc96b859616a0db
parent4e39730e443d79a3d441027d82bb9c17373d3a0d
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>
22 files changed:
package/dtc/dtc.mk
package/elfutils/elfutils.mk
package/freeswitch/freeswitch.mk
package/gnutls/gnutls.mk
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
package/iwd/iwd.mk
package/kmod/kmod.mk
package/kodi/kodi.mk
package/libidn2/libidn2.mk
package/libuci/libuci.mk
package/qt5/qt5base/qt5base.mk
package/qt5/qt5connectivity/qt5connectivity.mk
package/qt5/qt5enginio/qt5enginio.mk
package/qt5/qt5multimedia/qt5multimedia.mk
package/qt5/qt5scxml/qt5scxml.mk
package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
package/qt5/qt5webchannel/qt5webchannel.mk
package/qt5/qt5websockets/qt5websockets.mk
package/qt5/qt5webview/qt5webview.mk
package/qt5/qt5xmlpatterns/qt5xmlpatterns.mk
package/sg3_utils/sg3_utils.mk
package/usbredir/usbredir.mk