diff options
Diffstat (limited to 'recipes-connectivity')
| -rw-r--r-- | recipes-connectivity/iproute2/iproute2_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-connectivity/openssl/openssl_%.bbappend | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/iproute2/iproute2_%.bbappend b/recipes-connectivity/iproute2/iproute2_%.bbappend index 4426eca57..0f9b5a87d 100644 --- a/recipes-connectivity/iproute2/iproute2_%.bbappend +++ b/recipes-connectivity/iproute2/iproute2_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | do_install_append () { | 1 | do_install:append () { |
| 2 | install -d ${D}/usr/include/tc | 2 | install -d ${D}/usr/include/tc |
| 3 | cp -a ${B}/include ${D}/usr/include | 3 | cp -a ${B}/include ${D}/usr/include |
| 4 | cp -a ${B}/tc/*.h ${D}/usr/include/tc | 4 | cp -a ${B}/tc/*.h ${D}/usr/include/tc |
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" |
