From: André Draszik Date: Thu, 5 Mar 2020 20:27:39 +0000 (+0000) Subject: linux-firmware: install / package all license files again X-Git-Tag: 2020-04-dunfell~258 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=456a1431dd7d8472830b8716e80e64a888617354;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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/ }