summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-12-24 02:33:59 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-10 11:00:49 -0200
commit634d6ddf3ba53bcb6766f3e71859e35ac964dbc4 (patch)
tree0adae03d2069c147b7845329868061b9cb501c54 /recipes-dpaa2
parent6a35566741a7441adfdf44397eec6efd912add4c (diff)
downloadmeta-freescale-634d6ddf3ba53bcb6766f3e71859e35ac964dbc4.tar.gz
management-complex: 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-dpaa2')
-rw-r--r--recipes-dpaa2/management-complex/management-complex_10.10.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb
index c9f4c5ba..2e02ba15 100644
--- a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb
+++ b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb
@@ -2,11 +2,11 @@ SUMMARY = "DPAA2 Management Complex Firmware"
2LICENSE = "NXP-Binary-EULA" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" 3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f"
4 4
5inherit deploy 5inherit deploy fsl-eula-unpack
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8
9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" 9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;fsl-eula=true;nobranch=1"
10SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" 10SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"