aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-05 03:05:24 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-06 13:00:30 +0200
commit440258c30ae596482ff21ddb93bc7141cb7c9c37 (patch)
treec04a19dff271b19b844dda6789fa26b4d45393c3
parent1250668972522b6f1552de23b7cfc4a93701c24b (diff)
downloadmeta-openembedded-contrib-440258c30ae596482ff21ddb93bc7141cb7c9c37.tar.gz
synergy: Add unzip-native depenedency to right task
Fixes run.do_unpack_extra.26047: unzip: not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/synergy/synergy_git.bb3
1 files changed, 2 insertions, 1 deletions
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"