diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-12-20 15:04:55 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:32:28 -0300 |
commit | db34750f801bfc808673db11543b414c9de535ff (patch) | |
tree | 5e83881026a157ba1f170a876cdb8aa6b6794836 | |
parent | 744302f3d78f9aa1a997afdc1648cb9f9fa8be08 (diff) | |
download | meta-freescale-db34750f801bfc808673db11543b414c9de535ff.tar.gz |
qe-ucode: 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/qe-ucode/qe-ucode_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 58dffa3b..cecd5903 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
@@ -3,9 +3,9 @@ SECTION = "qe-ucode" | |||
3 | LICENSE = "NXP-Binary-EULA" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" | 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" |
5 | 5 | ||
6 | inherit deploy fsl-eula-unpack | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;fsl-eula=true;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1" |
9 | SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46" | 9 | SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |