summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-20 15:09:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-23 09:32:28 -0300
commita23112e0fb874d1b47732ff9d9aae2e82f01bb36 (patch)
tree20717ca5b63400c8a752e4d4698cd4c9534a613f /recipes-dpaa
parentdb34750f801bfc808673db11543b414c9de535ff (diff)
downloadmeta-freescale-a23112e0fb874d1b47732ff9d9aae2e82f01bb36.tar.gz
fm-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>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 1db1acd0..39e4f9d0 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=b784c031868ba1bd5ebc5de372c
5 5
6PR = "r1" 6PR = "r1"
7 7
8inherit deploy fsl-eula-unpack 8inherit deploy
9 9
10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;fsl-eula=true;nobranch=1" 10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1"
11SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" 11SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"