]> code.ossystems Code Review - openembedded-core.git/commit
cooker: use re match, not search in re_match_strings
authorChris Larson <chris_larson@mentor.com>
Tue, 23 Nov 2010 22:30:45 +0000 (15:30 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:47 +0000 (14:46 +0000)
commit72c6953488149f1c1fe93a1191f5aa88e6f128de
treedf2925f2a2c433b910abc0cf50043966e81508db
parent431160caf1fffaf223d50ef6239d666f69b0e4a4
cooker: use re match, not search in re_match_strings

We want to match the requested pattern at the beginning of the string,
otherwise things behave in an unintuitive manner wrt ASSUME_PROVIDED (e.g.
ASSUME_PROVIDED += "gtk+" will also assume foo-gtk+ is provided), and the user
can always use '.*gtk+' to get the old behavior.

(Bitbake rev: 5670134ab2eb573d39df3c3231677cdb1a1dfc72)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/taskdata.py