summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-20 14:59:11 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-26 17:16:55 -0300
commitfe2ab3d1a7a467572a4b1f51f32794e390a324d3 (patch)
treeef7153081521825211d6c290956e4f1fd345abba
parent4af1824f3daa13bd2bceafe8de7f371b35e0dfce (diff)
downloadmeta-freescale-fe2ab3d1a7a467572a4b1f51f32794e390a324d3.tar.gz
inphi: remove fsl-eula-unpack class
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>
-rw-r--r--recipes-bsp/inphi/inphi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb
index c0c8a776..3f3c5f28 100644
--- a/recipes-bsp/inphi/inphi_git.bb
+++ b/recipes-bsp/inphi/inphi_git.bb
@@ -2,9 +2,9 @@ SUMMARY = "Firmwares and Standalone Applications"
2LICENSE = "NXP-Binary-EULA" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" 3LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
4 4
5inherit deploy fsl-eula-unpack 5inherit deploy
6 6
7SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;fsl-eula=true;nobranch=1" 7SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;nobranch=1"
8SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695" 8SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"