Merge all the inherit classes in a single line

Signed-off-by: Manjukumar Matha <[email protected]>
---
 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

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to