generic-poky/bitbake/lib/bb/tests
Alexander Shashkevich 865d2feff6 bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129
When in SRC_URI appears file://dir;subdir=foo unpacker copies 'dir' to ${WORKDIR}, not
${WORKDIR}/foo as it should be.

These changes are fixing following bugs as well:
Bug 6128 - Incorrect wildcard unpack behaviour in fetcher
Bug 6129 - Local directories unpack to a different location than local files

(Bitbake rev: e659a3b0c2771679057ee3e13cd42e6c62383ff2)

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-02 22:41:22 +00:00
..
__init__.py bitbake: Fixup bitbake-selftest 2012-05-04 17:41:47 +01:00
codeparser.py bitbake: tests/codeparser.py: Add filename/lineno flags to test variable 2016-01-19 17:38:51 +00:00
cow.py bitbake: fetch2: Add editor modelines for bb.tests.* 2013-02-17 22:32:05 +00:00
data.py bitbake: lib/bb: Add expansion parameter to getVarFlag 2016-02-04 23:47:49 +00:00
fetch.py bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129 2016-03-02 22:41:22 +00:00
parse.py bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reproducer 2015-07-23 08:48:41 +01:00
utils.py bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf formatting 2015-12-07 17:01:21 +00:00