Module: meta-ti Branch: master Commit: 61cfba29dcb45c6c65270d947b11bdc39965c06b URL: http://arago-project.org/git/meta-ti.git?a=commit;h=61cfba29dcb45c6c65270d947b11bdc39965c06b
Author: Denys Dmytriyenko <[email protected]> Date: Wed Jan 16 12:29:57 2013 -0500 netbase: fix file search path for 'interfaces' file This .bbappend file is used to override the 'interfaces' file for certain targets. The current version is broken in that it does not search the correct path(s). Thanks to Robert P. J. Day and Gary Thomas for spotting the issue and providing patches. Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-core/netbase/netbase_5.0.bbappend | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/recipes-core/netbase/netbase_5.0.bbappend b/recipes-core/netbase/netbase_5.0.bbappend index 4b8d0e6..5622303 100644 --- a/recipes-core/netbase/netbase_5.0.bbappend +++ b/recipes-core/netbase/netbase_5.0.bbappend @@ -1,3 +1 @@ -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" - +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
