Module: meta-ti Branch: denzil Commit: 95e9cf6299f5bae6965fe6fc4abe3eeb631df196 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=95e9cf6299f5bae6965fe6fc4abe3eeb631df196
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_4.47.bbappend | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/recipes-core/netbase/netbase_4.47.bbappend b/recipes-core/netbase/netbase_4.47.bbappend index 4b8d0e6..5622303 100644 --- a/recipes-core/netbase/netbase_4.47.bbappend +++ b/recipes-core/netbase/netbase_4.47.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
