From 870d854e321d1576217040c494d68e1668058e61 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 6 Apr 2017 18:24:28 +1000 Subject: zybo-linux-bd.bb: Depend on unzip-native instead of unzip This recipe uses unzip, however it was depending on the targets unzip as opposed to unzip-native. Because of this it was using the hosts unzip during the build which is no longer valid with newer oe-core. Signed-off-by: Nathan Rossi Reviewed-by: Alistair Francis --- recipes-bsp/reference-design/zybo-linux-bd.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/reference-design/zybo-linux-bd.bb b/recipes-bsp/reference-design/zybo-linux-bd.bb index a6df84d8..89205802 100644 --- a/recipes-bsp/reference-design/zybo-linux-bd.bb +++ b/recipes-bsp/reference-design/zybo-linux-bd.bb @@ -3,7 +3,8 @@ DESCRIPTION = "Contains the Reference Design Files and hardware software \ hand-off file. The HDF provides bitstream and Xilinx ps7_init_gpl.c/h \ platform headers." SECTION = "bsp" -DEPENDS += "unzip" + +DEPENDS += "unzip-native" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://Projects/${HW_BD}/readme.txt;md5=e1cb7639bf00b6e730ff3a7f13714951" -- cgit v1.2.3-54-g00ecf