design-goals.txt, add-pkg-conflicts-support.patch: Add design-goals.txt

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-11 10:43:53 +00:00
commit a12fa52639
2 changed files with 20 additions and 1 deletions

View file

@ -264,7 +264,7 @@ diff -u -r1.51 projects.py
+# TODO: seems at least partly redundant to cmd_pkg_requires / pkg_relations
def cmd_requires_pkg(args_):
parser = argparse.ArgumentParser(description='requires-pkg')
parser = argparse.ArgumentParser(description='required-os-pkg')
parser.add_argument('module', nargs='*', help='Modules')
@@ -275,7 +325,7 @@
debug("flavours = " + args.flavours)