[elbe-devel] [PATCH v2 27/27] elbeproject: fix target sourcecode download

Torben Hohn torben.hohn at linutronix.de
Thu Sep 24 16:56:24 CEST 2020


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>
---
 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 = []
-- 
2.20.1



More information about the elbe-devel mailing list