diff --git a/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass b/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass index 3bc84b01a2..1510e8784c 100644 --- a/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass +++ b/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass @@ -250,9 +250,7 @@ def get_licenses(d): clean_licenses += x if '|' in clean_licenses: clean_licenses = clean_licenses.replace('|','') - # linux-firmware has many many licenses, leading to too long path - # so let's truncate it at 200... - return clean_licenses[0:200] + return clean_licenses def move_tarball_deploy(d,tarball_list): '''move tarball in location to ${DEPLOY_DIR}/sources'''