diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-12-20 14:59:11 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:32:28 -0300 |
commit | 333f24fa9382c8322e89f29f44b3abad229a1af4 (patch) | |
tree | 842e48c2c499d89d36fe68a8ebbb18f5b0cb0139 /recipes-bsp/inphi | |
parent | 1c34e195e71efad767019963db3dde9541225760 (diff) | |
download | meta-freescale-333f24fa9382c8322e89f29f44b3abad229a1af4.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>
Diffstat (limited to 'recipes-bsp/inphi')
-rw-r--r-- | recipes-bsp/inphi/inphi_git.bb | 4 |
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" | |||
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 3 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
4 | 4 | ||
5 | inherit deploy fsl-eula-unpack | 5 | inherit deploy |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;fsl-eula=true;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;nobranch=1" |
8 | SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695" | 8 | SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |