[oe-commits] Paul Eggleton : linux-firmware: fix ralink license file name

git at git.openembedded.org git at git.openembedded.org
Tue Jul 2 21:20:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 1c6fd89967a949903a5ebffa9c4df7b5c06d32d1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1c6fd89967a949903a5ebffa9c4df7b5c06d32d1

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Jun 28 18:48:50 2013 +0100

linux-firmware: fix ralink license file name

LICENCE not LICENSE and -firmware not _firmware. (Upstream seems totally
inconsistent with these filenames, unfortunately).

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../linux-firmware/linux-firmware_git.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 81795f2..ee33f50 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -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"



More information about the Openembedded-commits mailing list