diff options
-rw-r--r-- | meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb (renamed from meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb index 6428958f93..25e0af3ff6 100644 --- a/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb +++ b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca" | |||
9 | 9 | ||
10 | SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" | 10 | SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "616efd99af3d9ef731a26bed6cee9593" | 12 | SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" |
13 | SRC_URI[sha256sum] = "088307d9f6b6c4b8c13f34602e8ff65d21c2dc4d55284dfe15d502c4ee190d67" | 13 | SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
@@ -21,7 +21,7 @@ EXTRA_OECONF += "\ | |||
21 | 21 | ||
22 | # only one of openssl and gcrypt could be set | 22 | # only one of openssl and gcrypt could be set |
23 | PACKAGECONFIG ??= "openssl" | 23 | PACKAGECONFIG ??= "openssl" |
24 | PACKAGECONFIG[openssl] = "--with-openssl --with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl" | 24 | PACKAGECONFIG[openssl] = "--with-crypto=openssl --with-libssl-prefix=${STAGING_LIBDIR}, , openssl" |
25 | PACKAGECONFIG[gcrypt] = "--with-libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt" | 25 | PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR}, , libgcrypt" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native" | 27 | BBCLASSEXTEND = "native" |