diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-support/libssh2 | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libssh2')
-rw-r--r-- | meta/recipes-support/libssh2/libssh2_1.9.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb index f290bf3268..9ae736d25a 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 | ||
17 | SRC_URI_append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" | 17 | SRC_URI:append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" | 19 | SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" |
20 | SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" | 20 | SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" |
@@ -34,8 +34,8 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI | |||
34 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |
35 | 35 | ||
36 | # required for ptest on documentation | 36 | # required for ptest on documentation |
37 | RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col" | 37 | RDEPENDS:${PN}-ptest = "man-db openssh util-linux-col" |
38 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 38 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us" |
39 | 39 | ||
40 | do_compile_ptest() { | 40 | do_compile_ptest() { |
41 | sed -i "/\$(MAKE) \$(AM_MAKEFLAGS) check-TESTS/d" tests/Makefile | 41 | sed -i "/\$(MAKE) \$(AM_MAKEFLAGS) check-TESTS/d" tests/Makefile |