diff options
Diffstat (limited to 'meta/classes/externalsrc.bbclass')
-rw-r--r-- | meta/classes/externalsrc.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index 90792a737b..51dbe9ea5a 100644 --- a/meta/classes/externalsrc.bbclass +++ b/meta/classes/externalsrc.bbclass | |||
@@ -2,7 +2,8 @@ | |||
2 | # Author: Richard Purdie | 2 | # Author: Richard Purdie |
3 | # Some code and influence taken from srctree.bbclass: | 3 | # Some code and influence taken from srctree.bbclass: |
4 | # Copyright (C) 2009 Chris Larson <clarson@kergoth.com> | 4 | # Copyright (C) 2009 Chris Larson <clarson@kergoth.com> |
5 | # Released under the MIT license (see COPYING.MIT for the terms) | 5 | # |
6 | # SPDX-License-Identifier: MIT | ||
6 | # | 7 | # |
7 | # externalsrc.bbclass enables use of an existing source tree, usually external to | 8 | # externalsrc.bbclass enables use of an existing source tree, usually external to |
8 | # the build system to build a piece of software rather than the usual fetch/unpack/patch | 9 | # the build system to build a piece of software rather than the usual fetch/unpack/patch |