diff options
Diffstat (limited to 'meta/classes/bin_package.bbclass')
-rw-r--r-- | meta/classes/bin_package.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/bin_package.bbclass b/meta/classes/bin_package.bbclass index f0407e1329..9d1b6101d1 100644 --- a/meta/classes/bin_package.bbclass +++ b/meta/classes/bin_package.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # Copyright OpenEmbedded Contributors |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 3 | # |
4 | |||
5 | # Common variable and task for the binary package recipe. | 5 | # Common variable and task for the binary package recipe. |
6 | # Basic principle: | 6 | # Basic principle: |
7 | # * The files have been unpacked to ${S} by base.bbclass | 7 | # * The files have been unpacked to ${S} by base.bbclass |