diff options
-rw-r--r-- | meta/classes/license.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 22c40c159..b5021f2b5 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -11,7 +11,6 @@ LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses" addtask populate_lic after do_patch before do_package -do_populate_lic[nostamp] = "1" python do_populate_lic() { """ Populate LICENSE_DIRECTORY with licenses. |