From 440258c30ae596482ff21ddb93bc7141cb7c9c37 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Apr 2017 03:05:24 +0000 Subject: synergy: Add unzip-native depenedency to right task Fixes run.do_unpack_extra.26047: unzip: not found Signed-off-by: Khem Raj --- meta-oe/recipes-support/synergy/synergy_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index e6057f449e..1c55a8a0fe 100644 --- a/meta-oe/recipes-support/synergy/synergy_git.bb +++ b/meta-oe/recipes-support/synergy/synergy_git.bb @@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f366945b209c5523e39889f636af00a" LICENSE = "GPL-2.0" SECTION = "x11/utils" -DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl openssl" +DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl" +do_unpack_extra[depends] = "unzip-native:do_populate_sysroot" # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11" -- cgit 1.2.3-korg