]> code.ossystems Code Review - meta-freescale.git/commitdiff
qe-ucode: remove fsl-eula-unpack class
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 20 Dec 2019 07:04:55 +0000 (15:04 +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/qe-ucode/qe-ucode_git.bb

index 58dffa3bd171a034c4ec7d01ffc199aefaa7e2da..cecd59032c638ed6467d3fbadb6e2b9587974f72 100644 (file)
@@ -3,9 +3,9 @@ SECTION = "qe-ucode"
 LICENSE = "NXP-Binary-EULA"
 LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c"
 
-inherit deploy fsl-eula-unpack
+inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;fsl-eula=true;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1"
 SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46"
 
 S = "${WORKDIR}/git"