diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 18:54:30 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 18:54:47 -0300 |
commit | a0364932fe477788c0df6484951ec34683b8d031 (patch) | |
tree | 2e94d633875a90e2a0eb279807d4e491e85d4f0f /recipes-dpaa2/management-complex | |
parent | 2f1b2deb66a8aec26fd53e20c215300c3c745db4 (diff) | |
download | meta-freescale-a0364932fe477788c0df6484951ec34683b8d031.tar.gz |
management-complex: Fix broken syntax
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2/management-complex')
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb index 4448aab1..bd2e129c 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb | |||
@@ -2,7 +2,7 @@ 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 | nherit deploy | 5 | inherit deploy |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||