From: Khem Raj Date: Wed, 4 Aug 2021 18:00:49 +0000 (-0700) Subject: libssh2: Fix syntax for using ptest override X-Git-Tag: uninative-3.3~77 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d2624e5581e55c43926099c3f7c00a632c6ff2e7;p=openembedded-core.git libssh2: Fix syntax for using ptest override Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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 \ file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \ " -SRC_URI:append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" +SRC_URI:append:ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd"