[elbe-devel] [PATCH v3 6/8] virtapt: remove elbe-bootstrap from comment
Torben Hohn
torben.hohn at linutronix.de
Mon Oct 15 15:18:04 CEST 2018
elbe-bootstrap does not exist anymore.
remove it from comments.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/virtapt.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/elbepack/virtapt.py b/elbepack/virtapt.py
index f64e3b7c..568779b0 100644
--- a/elbepack/virtapt.py
+++ b/elbepack/virtapt.py
@@ -35,9 +35,9 @@ def getdeps(pkg):
#
# ATTENTION: for provides pinning and priorities for package selection are
# ignored. This should be safe for now, because the code is only
-# used for downloading 'elbe-bootstrap' and generating the SDKs
-# host-sysroot. For generating host-sysroots there is no posibility
-# to modify package priorities via elbe-xml.
+# used for generating the SDKs host-sysroot.
+# For generating host-sysroots there is no posibility to modify
+# package priorities via elbe-xml.
def lookup_uri(v, d, target_pkg):
try:
pkg = v.cache[target_pkg]
--
2.11.0
More information about the elbe-devel
mailing list