summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-20 15:04:55 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-26 17:16:55 -0300
commitb752e4e2a6ea777b3e5a317e70022946e4a48163 (patch)
treef3c05b0cc606e4364dcc95596ca5785de967064b
parent2afb30fa77855068b97af916848956c317b45168 (diff)
downloadmeta-freescale-b752e4e2a6ea777b3e5a317e70022946e4a48163.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.bb4
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"
3LICENSE = "NXP-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c"
5 5
6inherit deploy fsl-eula-unpack 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;fsl-eula=true;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1"
9SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46" 9SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"