summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/lib/oe/whence.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oe/whence.py b/meta/lib/oe/whence.py
index 3e0b53319d5..d8f1d63d2e9 100755
--- a/meta/lib/oe/whence.py
+++ b/meta/lib/oe/whence.py
@@ -93,6 +93,11 @@ class Parser:
# TODO handle inline
+ # fails to handle multiple license texts, such as
+ # Licence: Redistributable. See LICENCE.xc5000 and LICENCE.xc5000c for details
+ # or
+ # License: Redistributable. See LICENSE.ice for details
+ # License: Redistributable. See LICENSE.ice_enhanced for details
def parse(self, filename):
with open(filename) as f: