diff options
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb b/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb index 6f4f0d05..a47b91a3 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb | |||
@@ -6,8 +6,8 @@ PROVIDES += "u-boot" | |||
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" | 8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" |
9 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" | 9 | DEPENDS_append_qoriq-arm64 = " dtc-native" |
10 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 10 | DEPENDS_append_qoriq-arm = " dtc-native" |
11 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 11 | DEPENDS_append_qoriq-ppc = " boot-format-native" |
12 | 12 | ||
13 | python () { | 13 | python () { |