summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r--meta/classes/license.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 22c40c1596..b5021f2b58 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -11,7 +11,6 @@
11LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses" 11LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses"
12 12
13addtask populate_lic after do_patch before do_package 13addtask populate_lic after do_patch before do_package
14do_populate_lic[nostamp] = "1"
15python do_populate_lic() { 14python do_populate_lic() {
16 """ 15 """
17 Populate LICENSE_DIRECTORY with licenses. 16 Populate LICENSE_DIRECTORY with licenses.