]> code.ossystems Code Review - openembedded-core.git/commit
fetch: fix setting of localpath in SRC_URI parameters
authorJoshua Lock <josh@linux.intel.com>
Mon, 6 Sep 2010 11:28:00 +0000 (12:28 +0100)
committerJoshua Lock <josh@linux.intel.com>
Mon, 6 Sep 2010 13:32:31 +0000 (14:32 +0100)
commitb78d5368ccd333587ec475be3f3fe058ec9045f2
treeec8faa1ab1c6f16bb2747c3fa5d504b78a322ffb
parentaa3d81f67c8d7026dd8debc3674d28d8542ada1c
fetch: fix setting of localpath in SRC_URI parameters

When setting localpath in the SRC_URI parameters the basename should be set
explicitly as the localpath() method is not called.

Fixes [BUGID #81]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/fetch/__init__.py