diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 5b49777f..a18706e1 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -27,7 +27,7 @@ SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH | |||
27 | PV_append = "+git${SRCPV}" | 27 | PV_append = "+git${SRCPV}" |
28 | 28 | ||
29 | # u-boot needs devtree compiler to parse dts files | 29 | # u-boot needs devtree compiler to parse dts files |
30 | DEPENDS += "dtc-native bc-native" | 30 | DEPENDS += "dtc-native bc-native lzop-native" |
31 | 31 | ||
32 | PROVIDES += "u-boot" | 32 | PROVIDES += "u-boot" |
33 | PKG_${PN} = "u-boot" | 33 | PKG_${PN} = "u-boot" |