On Sun, Apr 10, 2016 at 7:16 AM Robert Yang <[email protected]> wrote:
> It mismatched such as qemux86 and qemux86-64 which was incorrect, for > example: > COMPATIBLE_MACHINE = "(qemux86)" > But it treated MACHINE = "qemux86-64" as matched. The similar to others. > > This patch fixes the problem. > > Signed-off-by: Robert Yang <[email protected]> > Did you verify that no recipes are in fact relying on this behavior? This variable has always been a regex, so this has always been the case. Also the ^ is unnecessary, re.match always matches at the beginning of the string, re.search is the one that does not.
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
