From 456a1431dd7d8472830b8716e80e64a888617354 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Thu, 5 Mar 2020 20:27:39 +0000 Subject: linux-firmware: install / package all license files again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel') 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/ } -- cgit 1.2.3-korg