summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/license.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index d0a14187ff..4fd1f85130 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -8,7 +8,7 @@
8# licenses.conf and compare them to the license names in the recipes. You'll see some 8# licenses.conf and compare them to the license names in the recipes. You'll see some
9# differences and that should be corrected. 9# differences and that should be corrected.
10 10
11LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses" 11LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses"
12LICSSTATEDIR = "${WORKDIR}/license-destdir/" 12LICSSTATEDIR = "${WORKDIR}/license-destdir/"
13 13
14addtask populate_lic after do_patch before do_package 14addtask populate_lic after do_patch before do_package