diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2014-05-15 12:33:22 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 13:00:37 +0200 |
| commit | 0e7630c31989bec8ac96261b72518f7b505bcdb7 (patch) | |
| tree | 23f07def213c2a847b6af52376e107078627feec | |
| parent | 17ce4c6ac0d5b3651c7bd8758511679210a3286c (diff) | |
| download | meta-openembedded-0e7630c31989bec8ac96261b72518f7b505bcdb7.tar.gz | |
libssh: update to 0.6.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libssh/libssh_0.6.3.bb (renamed from meta-oe/recipes-support/libssh/libssh_git.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb index 3f118a0f33..771a47a6c0 100644 --- a/meta-oe/recipes-support/libssh/libssh_git.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb | |||
| @@ -7,9 +7,8 @@ DEPENDS = "zlib openssl libgcrypt" | |||
| 7 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPLv2.1" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139" |
| 9 | 9 | ||
| 10 | PV = "0.5.5+gitr${SRCPV}" | 10 | SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-6" |
| 11 | SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-5" | 11 | SRCREV = "87145387aa12b720b52d6bc75b4dd6cd058c868a" |
| 12 | SRCREV = "43914a5f07702fe292a968322d5ff2627e0431db" | ||
| 13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 14 | 13 | ||
| 15 | EXTRA_OECMAKE = " \ | 14 | EXTRA_OECMAKE = " \ |
| @@ -26,3 +25,5 @@ do_configure_prepend () { | |||
| 26 | sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \ | 25 | sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \ |
| 27 | || bbfatal "Failed to disable examples" | 26 | || bbfatal "Failed to disable examples" |
| 28 | } | 27 | } |
| 28 | |||
| 29 | FILES_${PN}-dev += "${libdir}/cmake" | ||
