From: Ting Liu Date: Sat, 9 Jan 2016 06:42:54 +0000 (+0800) Subject: u-boot-qoriq: remove external-fsl reference X-Git-Tag: 2.1~167 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7dcf3285025a33ba3da7a37f7914fcfb506643c4;p=meta-freescale.git 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 --- 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"