From 481a7ec35b9e7a4f71f9c9330caec973ab0a0f28 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Sat, 4 May 2019 10:48:48 -0700 Subject: u-boot-xlnx.inc: Add bison-native dependency for 2019.01 Add bison-native dependency for 2019.01 Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc index 689249f2..737f5f91 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc @@ -1,6 +1,6 @@ require recipes-bsp/u-boot/u-boot.inc -DEPENDS += "bc-native dtc-native" +DEPENDS += "bc-native dtc-native bison-native" XILINX_RELEASE_VERSION ?= "" UBOOT_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" -- cgit v1.2.3-54-g00ecf