]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch/git: Remove a possible trailing '/' in subpath
authorAnders Darander <anders@chargestorm.se>
Fri, 17 Apr 2015 05:49:42 +0000 (07:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Apr 2015 10:52:18 +0000 (11:52 +0100)
commit65e985976989c30a94d6e78c8cb348af93fa0878
tree7a12ec2f9656d5b59fae86b9bf9da1421e083cab
parent3c0664b687511b5cd88a78ccfc7881adf5227e8f
bitbake: fetch/git: Remove a possible trailing '/' in subpath

If the subpath parameter to the git fetcher ends with a trailing '/',
 bb.utils.prunedir() will be called on '/'...

Fixes [YOCTO #7620].

(Bitbake rev: 380a3fb372c8b0a53dd7528562e6e7a222dc76ef)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/git.py