aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2014-08-14 13:08:21 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2014-08-14 13:31:19 -0500
commit8dfbc4dc6eff2c0bfb7e105108d9104ac0e76557 (patch)
tree7678ff3665896d46971eba73720a4aec5e112d58
parent8b45ae65a3bf1f5966ae1ba8077761f04d2b4074 (diff)
Fix FILESEXTRAPATHS assignments to eliminate warning messages
Change-Id: I8e3c628ed97c5c1310f3d84ca06b4f2c75c72132 Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--meta-bigendian/recipes-devtools/python/python_2.7.3.bbappend2
-rw-r--r--meta-bigendian/recipes-devtools/strace/strace_4.8.bbappend2
-rw-r--r--meta-bigendian/recipes-gnome/libffi/libffi_3.1.bbappend2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-bigendian/recipes-devtools/python/python_2.7.3.bbappend b/meta-bigendian/recipes-devtools/python/python_2.7.3.bbappend
index a3dfa9bd..db79a4a7 100644
--- a/meta-bigendian/recipes-devtools/python/python_2.7.3.bbappend
+++ b/meta-bigendian/recipes-devtools/python/python_2.7.3.bbappend
@@ -1,3 +1,3 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://python_ffi_armeb_be8.patch"
diff --git a/meta-bigendian/recipes-devtools/strace/strace_4.8.bbappend b/meta-bigendian/recipes-devtools/strace/strace_4.8.bbappend
index 03276d65..3f3d73e0 100644
--- a/meta-bigendian/recipes-devtools/strace/strace_4.8.bbappend
+++ b/meta-bigendian/recipes-devtools/strace/strace_4.8.bbappend
@@ -1,3 +1,3 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://strace-4.8-arm-be8.patch"
diff --git a/meta-bigendian/recipes-gnome/libffi/libffi_3.1.bbappend b/meta-bigendian/recipes-gnome/libffi/libffi_3.1.bbappend
index 1774c0c4..05b2f117 100644
--- a/meta-bigendian/recipes-gnome/libffi/libffi_3.1.bbappend
+++ b/meta-bigendian/recipes-gnome/libffi/libffi_3.1.bbappend
@@ -1,3 +1,3 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://libffi_armeb_be8.patch"