summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-07-02 18:54:30 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-02 18:54:57 -0300
commit9a11015239404106bd5037f2f37e94508ab42096 (patch)
tree83fdc62b65e36379eb614e20afed95b699d3a5ef
parent5a1ed5932533769fe3469310ed6d898d0f0e37f8 (diff)
downloadmeta-freescale-9a11015239404106bd5037f2f37e94508ab42096.tar.gz
management-complex: Fix broken syntax
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit a0364932fe477788c0df6484951ec34683b8d031)
-rw-r--r--recipes-dpaa2/management-complex/management-complex_10.8.0.bb2
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 4448aab1f..bd2e129c5 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"
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
5nherit deploy 5inherit deploy
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8