summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/qe-ucode
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-12-20 03:23:03 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-10 11:00:49 -0200
commit74b7017bdf42f7f094954265cdc0fc09cfb66373 (patch)
treef190a8314044fe23c7f186701d88be1ad989ec17 /recipes-bsp/qe-ucode
parent004d3536d5567dd82720c8951655b143152a3228 (diff)
downloadmeta-freescale-74b7017bdf42f7f094954265cdc0fc09cfb66373.tar.gz
qe-ucode: inherit fsl-eula-unpack class
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/qe-ucode')
-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 8239fc49..1af630a6 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 6inherit deploy fsl-eula-unpack
7 7
8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;fsl-eula=true;nobranch=1"
9SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46" 9SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"