diff options
| author | Walter Bonetti <sendemail.from> | 2019-03-18 10:02:57 -0400 |
|---|---|---|
| committer | Walter Bonetti <sendemail.from> | 2019-03-18 10:02:57 -0400 |
| commit | b17faef8ffdca67aa81ac7a5e6474d726107b7e4 (patch) | |
| tree | f371fe71bccff18224cdac56dd04cecc5bab4fca | |
| parent | 27ca94f8a4336790ba117b4298566f6820e7e74c (diff) | |
| download | meta-freescale-b17faef8ffdca67aa81ac7a5e6474d726107b7e4.tar.gz | |
Fix whitespace separator in DEPENDS_append
ERROR: Nothing PROVIDES 'python-nativedtc-native'
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 72205676b..60a937329 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." | |||
| 6 | require recipes-bsp/u-boot/u-boot.inc | 6 | require recipes-bsp/u-boot/u-boot.inc |
| 7 | 7 | ||
| 8 | PROVIDES += "u-boot" | 8 | PROVIDES += "u-boot" |
| 9 | DEPENDS_append = "dtc-native" | 9 | DEPENDS_append = " dtc-native" |
| 10 | 10 | ||
| 11 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
| 12 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 12 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
