diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-08-01 12:13:47 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-08-01 14:09:12 +1000 |
commit | 941bd7528927c5ac8d9424cacce4e5bc9ba030ac (patch) | |
tree | cb45475534586b1ab48085c5907d9c728e6fb27a | |
parent | afe04ff799007b51a2e90a828f20df2137a04a90 (diff) | |
download | meta-xilinx-941bd7528927c5ac8d9424cacce4e5bc9ba030ac.tar.gz |
openssl: Fixup FILESEXTRAPATH usage
* Fix up the setting of FILESEXTRAPATH, use the recommended convention
to set the variable to avoid warnings and potential issues
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-connectivity/openssl/openssl_1.0.%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl_1.0.%.bbappend b/recipes-connectivity/openssl/openssl_1.0.%.bbappend index 5f4a80ba..4aeea009 100644 --- a/recipes-connectivity/openssl/openssl_1.0.%.bbappend +++ b/recipes-connectivity/openssl/openssl_1.0.%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | 1 | ||
2 | FILESEXTRAPATHS := "${THISDIR}/files" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
3 | SRC_URI_append += "file://Add-MicroBlaze-Support.patch" | 3 | SRC_URI_append += "file://Add-MicroBlaze-Support.patch" |