diff options
author | André Draszik <git@andred.net> | 2020-03-05 20:27:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-06 08:19:18 +0000 |
commit | b4b09ea33b7d3c45e11b9c40461096de87a825a5 (patch) | |
tree | 503714c94590c4461737a540415a5efc992f551a /meta/recipes-kernel/linux-firmware | |
parent | 2b43efced71068b8826136dd41db44ea94213b67 (diff) | |
download | poky-b4b09ea33b7d3c45e11b9c40461096de87a825a5.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.
(From OE-Core rev: 456a1431dd7d8472830b8716e80e64a888617354)
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.bb | 1 |
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() { | |||
209 | 209 | ||
210 | do_install() { | 210 | do_install() { |
211 | oe_runmake 'DESTDIR=${D}' install | 211 | oe_runmake 'DESTDIR=${D}' install |
212 | cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ | ||
212 | } | 213 | } |
213 | 214 | ||
214 | 215 | ||