[elbe-devel] [PATCH v2 27/27] elbeproject: fix target sourcecode download
Bastian Germann
bage at linutronix.de
Thu Sep 24 18:56:04 CEST 2020
Am 24.09.20 um 16:56 schrieb Torben Hohn:
> the rfs in a component is the rfs, where the packages are loaded
> to.
>
> Make that self.buildenv.rfs because the cache also resides in the
> buildenv.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> elbepack/elbeproject.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index 71cbbb1ff..af9f2ff1a 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -497,7 +497,7 @@ class ElbeProject (object):
> # Target component
> cache = self.get_rpcaptcache(env=self.buildenv)
> tgt_lst = cache.get_corresponding_source_packages(pkg_lst=tgt_pkg_lst)
> - components = {"target":(self.targetfs, cache, tgt_lst)}
> + components = {"target":(self.buildenv.rfs, cache, tgt_lst)}
>
> # Main component
> main_lst = []
>
More information about the elbe-devel
mailing list