[meta-xilinx] [PATCH v2 1/3] device-tree.bb: Remove multiple inherit statements

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Thu Nov 30 15:27:29 PST 2017


Merge all the inherit classes in a single line

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 recipes-bsp/device-tree/device-tree.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb
index 8aa03f6..27e1017 100644
--- a/recipes-bsp/device-tree/device-tree.bb
+++ b/recipes-bsp/device-tree/device-tree.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = " \
 		file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
 		"
 
-inherit deploy
-inherit kernel-arch
+inherit deploy kernel-arch
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "dtc-native"
-- 
2.7.4




More information about the meta-xilinx mailing list