diff options
Diffstat (limited to 'meta/classes/archiver.bbclass')
| -rw-r--r-- | meta/classes/archiver.bbclass | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 9d4b158a4c..7780c71ade 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass | |||
| @@ -35,25 +35,6 @@ do_ar_original[dirs] = "${ARCHIVER_OUTDIR} ${ARCHIVER_WORKDIR}" | |||
| 35 | # This is a convenience for the shell script to use it | 35 | # This is a convenience for the shell script to use it |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL*' | ||
| 39 | COPYLEFT_LICENSE_INCLUDE[type] = 'list' | ||
| 40 | COPYLEFT_LICENSE_INCLUDE[doc] = 'Space separated list of globs which include licenses' | ||
| 41 | |||
| 42 | COPYLEFT_LICENSE_EXCLUDE ?= 'CLOSED Proprietary' | ||
| 43 | COPYLEFT_LICENSE_EXCLUDE[type] = 'list' | ||
| 44 | COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses' | ||
| 45 | |||
| 46 | COPYLEFT_RECIPE_TYPE ?= '${@copyleft_recipe_type(d)}' | ||
| 47 | COPYLEFT_RECIPE_TYPE[doc] = 'The "type" of the current recipe (e.g. target, native, cross)' | ||
| 48 | |||
| 49 | COPYLEFT_RECIPE_TYPES ?= 'target' | ||
| 50 | COPYLEFT_RECIPE_TYPES[type] = 'list' | ||
| 51 | COPYLEFT_RECIPE_TYPES[doc] = 'Space separated list of recipe types to include' | ||
| 52 | |||
| 53 | COPYLEFT_AVAILABLE_RECIPE_TYPES = 'target native nativesdk cross crosssdk cross-canadian' | ||
| 54 | COPYLEFT_AVAILABLE_RECIPE_TYPES[type] = 'list' | ||
| 55 | COPYLEFT_AVAILABLE_RECIPE_TYPES[doc] = 'Space separated list of available recipe types' | ||
| 56 | |||
| 57 | python () { | 38 | python () { |
| 58 | pn = d.getVar('PN', True) | 39 | pn = d.getVar('PN', True) |
| 59 | 40 | ||
