From: Denys Dmytriyenko <[email protected]> As meta-openembedded/master already has newer version 0.10, remove local version 0.9 that was added to kirkstone when meta-openembedded had an older version 0.8.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-sysrepo/libssh/libssh_0.9.5.bb | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb diff --git a/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb b/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb deleted file mode 100644 index 43a6827e..00000000 --- a/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Multiplatform C library implementing the SSHv2 and SSHv1 protocol" -HOMEPAGE = "http://www.libssh.org" -SECTION = "libs" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0" - -DEPENDS = "zlib openssl" - -SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.9" -SRCREV = "0cceefd49d4d397eb21bd36e314ac87739da51ff" - -S = "${WORKDIR}/git" - -inherit cmake - -PACKAGECONFIG ??="" -PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " - -ARM_INSTRUCTION_SET:armv5 = "arm" - -EXTRA_OECMAKE = " \ - -DWITH_GCRYPT=0 \ - -DWITH_PCAP=1 \ - -DWITH_SFTP=1 \ - -DWITH_ZLIB=1 \ - -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ - " - -do_configure:prepend () { - # Disable building of examples - sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \ - || bbfatal "Failed to disable examples" -} - -TOOLCHAIN = "gcc" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14898): https://lists.yoctoproject.org/g/meta-arago/message/14898 Mute This Topic: https://lists.yoctoproject.org/mt/101309297/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
