summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-04 11:00:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-05 08:53:41 +0100
commit550d0cee19c5a626da7383530d4d7108c877e700 (patch)
tree26fec3b527e14c8d9e43d1080a1ca2a2a3adcde9 /meta
parentf31839fc3c547f6deff0b379d4dadb6d2b323201 (diff)
downloadpoky-550d0cee19c5a626da7383530d4d7108c877e700.tar.gz
libssh2: Fix syntax for using ptest override
(From OE-Core rev: d2624e5581e55c43926099c3f7c00a632c6ff2e7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libssh2/libssh2_1.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
index 9ae736d25a..a0cbb6af6b 100644
--- a/meta/recipes-support/libssh2/libssh2_1.9.0.bb
+++ b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \
14 file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \ 14 file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \
15" 15"
16 16
17SRC_URI:append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" 17SRC_URI:append:ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch"
18 18
19SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" 19SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927"
20SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" 20SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd"