mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
2b43efced7
commit
b4b09ea33b
@@ -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/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user