]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc-common: Add bison-native to DEPENDS 49/head
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 21 Feb 2019 13:40:19 +0000 (10:40 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Thu, 21 Feb 2019 17:43:03 +0000 (14:43 -0300)
U-Boot build depends on bison native.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
(cherry picked from commit ea4c4ad341caf8654423f87b223b262b608cfc85)

recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc
recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb
recipes-bsp/u-boot/u-boot-fslc_2018.11.bb

index d1a26352e9c239867dd34b4d0a2a3592cd791c0b..53496b7b18c18c9ddf18d27c38b8b48badf7fbb0 100644 (file)
@@ -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"
index abcb5013d96c2111cb43cf81c3fc784f5748fa5f..a809a3f6694f1f54f894a76b6a2f2a700eddb668 100644 (file)
@@ -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'
index 6c391ad323f7f969327b8ef5e84aa9e37ab3c468..5659e16c142362b859a10ad4a42844698621b95c 100644 (file)
@@ -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"