From 58a7e1c27e104aca461df2a390ae2b908520594f Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 11 Apr 2020 22:28:10 +0800 Subject: [PATCH] u-boot-qoriq: not DEPENDS tcl/change-file-endianess Signed-off-by: Ting Liu --- recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb | 4 ++-- 1 file 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" INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" -DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" -DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" +DEPENDS_append_qoriq-arm64 = " dtc-native" +DEPENDS_append_qoriq-arm = " dtc-native" DEPENDS_append_qoriq-ppc = " boot-format-native" python () { -- 2.40.1