summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
index c0b8913e1..6c2264971 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
@@ -16,7 +16,7 @@ EXTRA_OECMAKE = " \
16 -DWITH_PCAP=1 \ 16 -DWITH_PCAP=1 \
17 -DWITH_SFTP=1 \ 17 -DWITH_SFTP=1 \
18 -DWITH_ZLIB=1 \ 18 -DWITH_ZLIB=1 \
19 -DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')} \ 19 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
20 " 20 "
21 21
22PACKAGECONFIG ??="" 22PACKAGECONFIG ??=""