generic-poky/bitbake/lib/bb/fetch2
Richard Purdie 53d2563ff1 bitbake: perforce: Fix path subdirectory issues
With a SRC_URI = " \
p4://depot/folder/...;module=localfolder/localsubfolder;changeslist=${P4CHANGELIST} \
"

the subfolders of //depot/folder/... get renamed when mapped to the
local folder structure. They lose the first 3 letters. This
patch fixes that.

Issue reported by and patch sent from katutxakurra@gmail.com

[YOCTO #5380]

(Bitbake master rev: 40e06dc459d9c0b5d42d65b2d2c846196fd36b1f)

(Bitbake rev: df0f92cdc925fe7f3bb2e6afe76cf10b0656ead6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-03 17:51:31 +00:00
..
__init__.py bitbake: fetch2: fix unpack of .xz files 2013-07-31 06:59:59 +01:00
bzr.py bitbake: fetch2/git: Clean up sortable_revision 2013-05-22 12:10:12 +01:00
cvs.py bitbake: fetch2/cvs: Fix parameter spacing 2012-09-20 11:37:17 +01:00
git.py bitbake: git: remove symling before updating mirror tarball 2013-05-09 14:15:10 +01:00
gitsm.py bitbake: bitbake/fetch: Add git submodules fetcher 2013-03-25 15:58:31 +00:00
hg.py bitbake: fetch/hg: Improve user/password handling 2013-12-03 17:51:31 +00:00
local.py bitbake: fetch2/local: Fix bug introduced by expression ambiguity 2012-11-26 20:57:30 +00:00
osc.py bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocol 2012-07-11 15:55:25 +01:00
perforce.py bitbake: perforce: Fix path subdirectory issues 2013-12-03 17:51:31 +00:00
repo.py fetch, fetch2: Get rid of DeprecationWarning notice 2011-03-03 22:51:33 +00:00
sftp.py bitbake: fetch2: Add SFTP fetcher 2013-02-17 22:32:05 +00:00
ssh.py bitbake: ssh.py: add example SRC_URI 2013-01-31 12:46:21 +00:00
svk.py replace os.popen with subprocess.Popen 2012-05-23 11:35:11 +01:00
svn.py bitbake: fetch2/svn.py: use log instead of info to retrieve revision 2013-12-03 17:51:31 +00:00
wget.py bitbake: wget: Improve mkdir handling 2013-02-19 14:00:32 -08:00