]> code.ossystems Code Review - meta-freescale.git/commitdiff
ppfe-firmware: remove fsl-eula-unpack class
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 23 Dec 2019 01:44:37 +0000 (09:44 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 26 Dec 2019 20:16:55 +0000 (17:16 -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/ppfe-firmware/ppfe-firmware_git.bb

index 27e10bd5575824c2eb8f65e279678df358e5a4f2..fd53807f4b35375366ac2abe3ccdae91096485a8 100644 (file)
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-inherit deploy fsl-eula-unpack
+inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;fsl-eula=true;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1"
 SRCREV = "d3a8ef0760c54ddc243039c86389497e37be90ab"
 
 S = "${WORKDIR}/git"