summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-29 22:44:08 -0800
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-12-04 14:08:41 -0800
commit36b644c36deb42ab0028f5ad5893dc9edab24d31 (patch)
tree0942740aaf0acb5fbcaa595ab576fb7cd5d25543
parent82ac762e83e37e45db3fbe38ad1e21114a3426b6 (diff)
downloadmeta-xilinx-36b644c36deb42ab0028f5ad5893dc9edab24d31.tar.gz
device-tree.bb: Remove multiple inherit statements
Merge all the inherit classes in a single line Reviewed-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--recipes-bsp/device-tree/device-tree.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb
index 8aa03f6e..27e1017f 100644
--- a/recipes-bsp/device-tree/device-tree.bb
+++ b/recipes-bsp/device-tree/device-tree.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = " \
8 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ 8 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
9 " 9 "
10 10
11inherit deploy 11inherit deploy kernel-arch
12inherit kernel-arch
13 12
14INHIBIT_DEFAULT_DEPS = "1" 13INHIBIT_DEFAULT_DEPS = "1"
15DEPENDS += "dtc-native" 14DEPENDS += "dtc-native"