diff options
author | 2019-05-04 10:48:48 -0700 | |
---|---|---|
committer | 2019-08-15 17:06:46 -0700 | |
commit | 481a7ec35b9e7a4f71f9c9330caec973ab0a0f28 (patch) | |
tree | a06c204520190a00a4f2fc0c3abb92bad5ca0556 | |
parent | 0554a5d1907d69e83c0756b6890c7467cf830675 (diff) | |
download | meta-xilinx-481a7ec35b9e7a4f71f9c9330caec973ab0a0f28.tar.gz meta-xilinx-481a7ec35b9e7a4f71f9c9330caec973ab0a0f28.tar.bz2 meta-xilinx-481a7ec35b9e7a4f71f9c9330caec973ab0a0f28.zip |
u-boot-xlnx.inc: Add bison-native dependency for 2019.01
Add bison-native dependency for 2019.01
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |