]> code.ossystems Code Review - meta-freescale.git/commitdiff
Fix whitespace separator in DEPENDS_append 57/head
authorWalter Bonetti <sendemail.from>
Mon, 18 Mar 2019 14:02:57 +0000 (10:02 -0400)
committerWalter Bonetti <sendemail.from>
Mon, 18 Mar 2019 14:02:57 +0000 (10:02 -0400)
ERROR: Nothing PROVIDES 'python-nativedtc-native'

recipes-bsp/u-boot/u-boot-imx_2017.03.bb

index 72205676b15d6d38eb51968e74b211e4f1603523..60a937329d9a094c3111a3f648ec11bac2d135df 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
 require recipes-bsp/u-boot/u-boot.inc
 
 PROVIDES += "u-boot"
-DEPENDS_append = "dtc-native"
+DEPENDS_append = " dtc-native"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"