diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-05-04 10:48:48 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-08-15 17:06:46 -0700 |
commit | 481a7ec35b9e7a4f71f9c9330caec973ab0a0f28 (patch) | |
tree | a06c204520190a00a4f2fc0c3abb92bad5ca0556 | |
parent | 0554a5d1907d69e83c0756b6890c7467cf830675 (diff) | |
download | meta-xilinx-481a7ec35b9e7a4f71f9c9330caec973ab0a0f28.tar.gz |
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 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | 1 | require recipes-bsp/u-boot/u-boot.inc |
2 | 2 | ||
3 | DEPENDS += "bc-native dtc-native" | 3 | DEPENDS += "bc-native dtc-native bison-native" |
4 | 4 | ||
5 | XILINX_RELEASE_VERSION ?= "" | 5 | XILINX_RELEASE_VERSION ?= "" |
6 | UBOOT_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" | 6 | UBOOT_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" |