]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-firmware: fix ralink license file name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 28 Jun 2013 17:48:50 +0000 (18:48 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 2 Jul 2013 14:58:08 +0000 (07:58 -0700)
LICENCE not LICENSE and -firmware not _firmware. (Upstream seems totally
inconsistent with these filenames, unfortunately).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

index 81795f28c634aff93f0a83ad2382791ef4044939..ee33f500a5597b23e4b1e71ca34b374593732375 100644 (file)
@@ -92,7 +92,7 @@ RDEPENDS_${PN}-ath9k += "${PN}-atheros-license"
 LICENSE_${PN}-ralink = "Firmware-ralink"
 FILES_${PN}-ralink = " \
   /lib/firmware/rt*.bin \
-  /lib/firmware/LICENSE.ralink_firmware.txt \
+  /lib/firmware/LICENCE.ralink-firmware.txt \
 "
 
 LICENSE_${PN}-sd8686 = "Firmware-libertas"