Given that the name of the files directory is "netbase-5.0" and not
"netbase", FILESPATH clearly needs to use the value "${PN}-${PV}".Signed-off-by: Robert P. J. Day <[email protected]> --- tested for beagleboard, seems to work. diff --git a/recipes-core/netbase/netbase_5.0.bbappend b/recipes-core/netbase/netbase_5.0.bbappend index 4b8d0e6..c93b6f9 100644 --- a/recipes-core/netbase/netbase_5.0.bbappend +++ b/recipes-core/netbase/netbase_5.0.bbappend @@ -1,3 +1,3 @@ THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:" -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
