]> code.ossystems Code Review - meta-freescale.git/commitdiff
inphi: remove fsl-eula-unpack class
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 20 Dec 2019 06:59:11 +0000 (14:59 +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/inphi/inphi_git.bb

index c0c8a77604acd14fd6e45f1e394bca9aa3e7f7f5..3f3c5f28e77517ceceafcdfb5c6445f30c2fa332 100644 (file)
@@ -2,9 +2,9 @@ SUMMARY = "Firmwares and Standalone Applications"
 LICENSE = "NXP-Binary-EULA"
 LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
 
-inherit deploy fsl-eula-unpack
+inherit deploy
 
-SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;fsl-eula=true;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;nobranch=1"
 SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695"
 
 S = "${WORKDIR}/git"