mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
linux-firmware: Fix FILESEXTRAPATHS typo
Add a missing } in the FILESEXTRAPATHS assignment. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
8f4eb72ee3
commit
f5dcebe578
|
@ -1,4 +1,4 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR/${PN}:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# This exists in Yocto 1.1, but include it here for completeness
|
||||
LIC_FILES_CHKSUM += "file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b"
|
||||
|
|
Loading…
Reference in New Issue
Block a user