diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-09 13:42:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-09 13:43:03 -0700 |
commit | ce51958ecaecfe4d3269573a9bbf9ba211ad74aa (patch) | |
tree | c75a3b53f3bcf538b0879b9d4065bebeda247555 | |
parent | 6de4264bde8c46016c3f2c24241296a9fad4e6a0 (diff) | |
download | meta-openembedded-ce51958ecaecfe4d3269573a9bbf9ba211ad74aa.tar.gz |
remmina: Add space before append operation
Fixes
ERROR: Nothing PROVIDES 'libsecretlibexecinfo'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb index cd6bc145c..126680c57 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi-ui libsodium li | |||
8 | DEPENDS_append_x86 = " spice spice-protocol" | 8 | DEPENDS_append_x86 = " spice spice-protocol" |
9 | DEPENDS_append_x86-64 = " spice spice-protocol" | 9 | DEPENDS_append_x86-64 = " spice spice-protocol" |
10 | 10 | ||
11 | DEPENDS_append_libc-musl = "libexecinfo" | 11 | DEPENDS_append_libc-musl = " libexecinfo" |
12 | LDFLAGS_append_libc-musl = " -lexecinfo" | 12 | LDFLAGS_append_libc-musl = " -lexecinfo" |
13 | 13 | ||
14 | SRC_URI = "https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/Remmina-v${PV}.tar.bz2 \ | 14 | SRC_URI = "https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/Remmina-v${PV}.tar.bz2 \ |