diff options
author | Florian Wickert <fw@javox-solutions.com> | 2017-03-17 21:38:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-19 12:51:18 -0400 |
commit | 265cdd3e689d225aff80ceece1802386897cc4e3 (patch) | |
tree | 2ae0a2609189cb5c3a7969919eb2b907e07160ce /recipes-bsp | |
parent | 6df82e61d64dd8a9f295e2781a14c58bfc817a15 (diff) | |
download | meta-ti-265cdd3e689d225aff80ceece1802386897cc4e3.tar.gz |
u-boot-ti.inc: added dependency to bc-native
The script in scripts/Makefile.spl uses bc in line 201. Not having the dependency in the recipe can make the compile task fail.
Signed-off-by: Florian Wickert <fw@javox-solutions.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 57f7fe64..0d6a4b8a 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" | 30 | DEPENDS += "dtc-native bc-native" |
31 | 31 | ||
32 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 32 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
33 | 33 | ||