linux-firmware: install / package all license files again

This doesn't happen with make install, hence all the -license packages
are missing, since they'd otherwise be empty.

(From OE-Core rev: 456a1431dd7d8472830b8716e80e64a888617354)

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
André Draszik
2020-03-05 20:27:39 +00:00
committed by Richard Purdie
parent 2b43efced7
commit b4b09ea33b

View File

@@ -209,6 +209,7 @@ do_compile() {
do_install() {
oe_runmake 'DESTDIR=${D}' install
cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/
}