On 17 December 2012 17:45, Jim Abernathy <jfabernathy@...> wrote:
SRC_URI = "file://myaudios-1.0/myaudios-1.0.tar.gz"
You don't need to specify the myaudios-1.0 section, that's implicit in
the search paths along with the unversioned ${BPN} and files/.
SRC_URI="file://myaudios-1.0.tar.gz" will find it and also work with
every previous Yocto release.
This must have worked previously because the search path logic was
rather overcomplicated and unpredictable. It was recently cleaned up
but obviously you were unknowingly relying on undocumented behaviour.
Ross