]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bb.fetch2.svn: correctly pass workdir when fetching
authorChristopher Larson <chris_larson@mentor.com>
Wed, 31 Aug 2016 19:57:08 +0000 (12:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2016 15:29:36 +0000 (16:29 +0100)
commitdc756510a95f88b192352be6fcd1d5d77852c348
treee1b545889f9b3c6604467acfc5ab1fcd03f43656
parentcb4f8f6efa28ef2b13bc738a0118b876baa15b3e
bb.fetch2.svn: correctly pass workdir when fetching

The ud.pkgdir argument was being passed as the 'quiet' argument to
runfetchcmd, not the 'workdir' argument, resulting in fetching the svn module
into the root of DL_DIR, not where it belongs.

Cc: Matt Madison <matt@madison.systems>
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/svn.py