diff options
-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" |