mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
emgd-driver-bin: The item in LICENSE_FLAGS_WHITELIST is case sensitive, fix the instructions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b96f8e4c12
commit
eb64b1df5b
|
@ -3,7 +3,7 @@ DESCRIPTION = "EMGD 1.14 includes some userspace binaries that use non-free \
|
|||
licensing, which are now available via a non-click-through downloadable \
|
||||
tarball, and is what this recipe now uses. Since it is a non-free license, \
|
||||
this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \
|
||||
to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \
|
||||
to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.14\" to your \
|
||||
local.conf in order to enable it in a build."
|
||||
LICENSE = "Intel-software-license-emgd-1.14 & Intel-user-space-graphics-driver-binary-license-emgd-1.14"
|
||||
LICENSE_FLAGS = "license_${PN}_${PV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user