summaryrefslogtreecommitdiffstats
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-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 e6057f449..1c55a8a0f 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"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5SECTION = "x11/utils" 5SECTION = "x11/utils"
6 6
7DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl openssl" 7DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
8do_unpack_extra[depends] = "unzip-native:do_populate_sysroot"
8 9
9# depends on virtual/libx11 10# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11" 11REQUIRED_DISTRO_FEATURES = "x11"