FILESEXTRAPATHS_prepend does not end in :. Thus if other layers add
additional paths two paths get concatenated. e.g.
ERROR: Fetcher failure: Unable to find file file://remove-potcdate.sed 
anywhere. The paths that were searched were:
        
/home/mk/oe-core/build/../stuff/openembedded-core/meta/recipes-multimedia/gstreamer/gst-plugins
        <snip other correct paths>
        
/home/mk/oe-core/build/../stuff/meta-angstrom/recipes-tweaks/gstreamer/files/home/mk/oe-core/build/../stuff/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-plugins
        <snip other wrong and correct paths>
---
 recipes-tweaks/gstreamer/gstupdate.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-tweaks/gstreamer/gstupdate.inc 
b/recipes-tweaks/gstreamer/gstupdate.inc
index f529416..ee4acd6 100644
--- a/recipes-tweaks/gstreamer/gstupdate.inc
+++ b/recipes-tweaks/gstreamer/gstupdate.inc
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/files"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/files:"
 PRINC := "${@int(PRINC) + 5}"
 
 SRC_URI += " \
-- 
1.7.7


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to