diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-28 18:48:50 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-02 07:58:08 -0700 |
commit | 1c6fd89967a949903a5ebffa9c4df7b5c06d32d1 (patch) | |
tree | b84b987173d95f28f0f82dc45f4435a290c81adc | |
parent | f8e4e91de69d5e2f92a122a596d7241546034386 (diff) | |
download | openembedded-core-1c6fd89967a949903a5ebffa9c4df7b5c06d32d1.tar.gz openembedded-core-1c6fd89967a949903a5ebffa9c4df7b5c06d32d1.tar.bz2 openembedded-core-1c6fd89967a949903a5ebffa9c4df7b5c06d32d1.zip |
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@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-kernel/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 81795f28c6..ee33f500a5 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" |