diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
| commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
| tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /recipes-connectivity/openssl | |
| parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
| download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz | |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-connectivity/openssl')
| -rw-r--r-- | recipes-connectivity/openssl/openssl_%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend index ce4ff276e..e88de3618 100644 --- a/recipes-connectivity/openssl/openssl_%.bbappend +++ b/recipes-connectivity/openssl/openssl_%.bbappend | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-qoriq:" | 1 | FILESEXTRAPATHS:append := "${THISDIR}/${PN}-qoriq:" |
| 2 | 2 | ||
| 3 | SRC_URI_append_qoriq = " \ | 3 | SRC_URI:append:qoriq = " \ |
| 4 | file://0001-eng_devcrypto-add-support-for-TLS-algorithms-offload.patch \ | 4 | file://0001-eng_devcrypto-add-support-for-TLS-algorithms-offload.patch \ |
| 5 | file://0002-eng_devcrypto-add-support-for-TLS1.2-algorithms-offl.patch \ | 5 | file://0002-eng_devcrypto-add-support-for-TLS1.2-algorithms-offl.patch \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | PACKAGECONFIG_append_qoriq = " cryptodev-linux" | 8 | PACKAGECONFIG:append:qoriq = " cryptodev-linux" |
