]> code.ossystems Code Review - meta-freescale.git/commitdiff
uefi: remove fsl-eula-unpack class
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 23 Dec 2019 01:45:46 +0000 (09:45 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 23 Dec 2019 12:32:28 +0000 (09:32 -0300)
Binary EULA, but the "inherit fsl-eula-unpack"
forces the user to accept a much more elaborate license

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-bsp/uefi/uefi_git.bb

index 44e07e90e8a24491a845c87abf08683ee12118ba..77f992f91661480a78e4c26c34b869932623b6b1 100644 (file)
@@ -3,9 +3,9 @@ SECTION = "bootloaders"
 LICENSE = "NXP-Binary-EULA"
 LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
 
-inherit deploy fsl-eula-unpack
+inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
 SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d"
 
 S = "${WORKDIR}/git"