summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-firmware
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2020-03-05 20:27:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-06 08:19:12 +0000
commit456a1431dd7d8472830b8716e80e64a888617354 (patch)
treebd001803e37035b47598766f2cd3b7a2f1c6eb2d /meta/recipes-kernel/linux-firmware
parent8764cc85f3ef570f1c220c3c200d6e02d3e7a260 (diff)
downloadopenembedded-core-456a1431dd7d8472830b8716e80e64a888617354.tar.gz
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. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
index f7198cb56a..6039dc9d71 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
@@ -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/
}