All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license
@ 2016-10-16 22:08 Jonathan Liu
  2016-10-16 22:27 ` Khem Raj
  2016-10-31 16:32 ` Andrei Gherzan
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2016-10-16 22:08 UTC (permalink / raw)
  To: yocto

The license for brcm43430-license should be the license it contains
instead of all the licenses of the linux-firmware packages.

[YOCTO #10251]

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
index b4408cb..bcfadde 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
+++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
@@ -20,6 +20,7 @@ do_install_append() {
 PACKAGES =+ "${PN}-brcm43430 ${PN}-brcm43430-license"
 
 LICENSE_${PN}-brcm43430 = "Firmware-broadcom_brcm80211"
+LICENSE_${PN}-brcm43430-license = "Firmware-broadcom_brcm80211"
 FILES_${PN}-brcm43430-license = "/lib/firmware/LICENSE.broadcom_brcm80211"
 FILES_${PN}-brcm43430 = " \
     /lib/firmware/brcm/brcmfmac43430-sdio.bin \
-- 
2.10.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-31 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16 22:08 [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license Jonathan Liu
2016-10-16 22:27 ` Khem Raj
2016-10-31 16:32 ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.