mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user