From: Walter Bonetti Date: Mon, 18 Mar 2019 14:02:57 +0000 (-0400) Subject: Fix whitespace separator in DEPENDS_append X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F57%2Fhead;p=meta-freescale.git Fix whitespace separator in DEPENDS_append ERROR: Nothing PROVIDES 'python-nativedtc-native' --- diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb index 72205676..60a93732 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb @@ -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"