[elbe-devel] [PATCH] elbexml: Write url-list mirror in the host sysroot.
Kory Maincent
kory.maincent at bootlin.com
Tue Sep 1 09:30:31 CEST 2020
Remove the not hostsysroot condition of the mirror url-list adding.
The host sysroot needs all the mirrors.
Indeed in the case of Ubuntu, the package gdb-multiarch needed for
build_host_sysroot is located under the universe repository and not
the main one.
Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
---
elbepack/elbexml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/elbexml.py b/elbepack/elbexml.py
index 022e5b3f0..1a0735623 100644
--- a/elbepack/elbexml.py
+++ b/elbepack/elbexml.py
@@ -194,7 +194,7 @@ class ElbeXML(object):
(' '.join(poptions),
pmirror, suite))
- if self.prj.has("mirror/url-list") and not hostsysroot:
+ if self.prj.has("mirror/url-list"):
for url in self.prj.node("mirror/url-list"):
--
2.17.1
More information about the elbe-devel
mailing list