From 7dcf3285025a33ba3da7a37f7914fcfb506643c4 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:42:54 +0800 Subject: [PATCH] u-boot-qoriq: remove external-fsl reference external-fsl should be standalone. Add the changes in its sperated layers. Signed-off-by: Ting Liu > Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb index cc3d611a..dfb698c0 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \ PV_append = "+fslgit" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" +DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" DEPENDS_append_qoriq-ppc = " boot-format-native" -- 2.40.1