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 4689aaf615..dd5d1bce0e 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" | 6 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" |
7 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" | 7 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" |
8 | 8 | ||
9 | addtask populate_lic after do_patch before do_compile | 9 | addtask populate_lic after do_patch before do_package |
10 | do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}" | 10 | do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}" |
11 | do_populate_lic[cleandirs] = "${LICSSTATEDIR}" | 11 | do_populate_lic[cleandirs] = "${LICSSTATEDIR}" |
12 | 12 | ||