diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-24 02:33:59 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 11:00:49 -0200 |
commit | 634d6ddf3ba53bcb6766f3e71859e35ac964dbc4 (patch) | |
tree | 0adae03d2069c147b7845329868061b9cb501c54 /recipes-dpaa2 | |
parent | 6a35566741a7441adfdf44397eec6efd912add4c (diff) | |
download | meta-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.bb | 4 |
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" | |||
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" | 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" |
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy fsl-eula-unpack |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;fsl-eula=true;nobranch=1" |
10 | SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" | 10 | SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |