From 5eefd89fcf2b634ec35ee3c2169fcb498042d72b Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 21 Feb 2019 10:40:19 -0300 Subject: u-boot-fslc-common: Add bison-native to DEPENDS U-Boot build depends on bison native. Signed-off-by: Fabio Berton (cherry picked from commit ea4c4ad341caf8654423f87b223b262b608cfc85) --- recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc | 4 +++- recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb | 2 +- recipes-bsp/u-boot/u-boot-fslc_2018.11.bb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc index d1a26352..53496b7b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 O.S. Systems Software LTDA. +# Copyright (C) 2012-2019 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) inherit fsl-u-boot-localversion @@ -6,6 +6,8 @@ inherit fsl-u-boot-localversion LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +DEPENDS += "bison-native" + SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" SRCREV = "6e25ce6f3c8568b9618de6569794a29a05e1b7a4" diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb index abcb5013..a809a3f6 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb @@ -1,7 +1,7 @@ require u-boot-fslc-common_${PV}.inc SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" -DEPENDS = "mtd-utils" +DEPENDS += "mtd-utils" INSANE_SKIP_${PN} = "already-stripped" EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1' diff --git a/recipes-bsp/u-boot/u-boot-fslc_2018.11.bb b/recipes-bsp/u-boot/u-boot-fslc_2018.11.bb index 6c391ad3..5659e16c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2018.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2018.11.bb @@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \ was submitted for revision and it takes some time to become part of a stable \ version, or because it is not applicable for upstreaming." -DEPENDS_append = " dtc-native bison-native" +DEPENDS_append = " dtc-native" PROVIDES += "u-boot" -- cgit v1.2.3-54-g00ecf