diff options
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r-- | meta/classes/license.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 9923aac4ec..11d45f3867 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -279,7 +279,7 @@ def get_deployed_files(man_file): | |||
279 | """ | 279 | """ |
280 | 280 | ||
281 | dep_files = [] | 281 | dep_files = [] |
282 | excluded_files = ["README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt"] | 282 | excluded_files = [] |
283 | with open(man_file, "r") as manifest: | 283 | with open(man_file, "r") as manifest: |
284 | all_files = manifest.read() | 284 | all_files = manifest.read() |
285 | for f in all_files.splitlines(): | 285 | for f in all_files.splitlines(): |