]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cooker: fix findFilesMatchingInDir documentation
authorRoss Burton <ross.burton@intel.com>
Fri, 18 Dec 2015 12:23:14 +0000 (12:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:51:44 +0000 (13:51 +0000)
commit6bef981488ec94b46dbe3797acfecf9c4b6ecbbc
treeaffa833257dd714fe32ac7d52b6bf47521896e8e
parent3369072efb653339da8dbd1ca864ff8e1ff899ca
cooker: fix findFilesMatchingInDir documentation

The documentation for findFilesMatchingInDir() was inconsistant with the
implementation: the regex was escaped before searching so effectively it's a
pure textual substring, and the machine example was broken.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/cooker.py