From d5936d179cf5eaa4930dca317cd0f4a7f1959005 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 17 May 2011 11:47:53 +0200 Subject: license bbclass: put licenses in DEPLOY_DIR/licenses to avoid sstate problems when MACHINE is part of DEPLOY_DIR_IMAGE See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html for more info. Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/classes/license.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ # licenses.conf and compare them to the license names in the recipes. You'll see some # differences and that should be corrected. -LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses" +LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" LICSSTATEDIR = "${WORKDIR}/license-destdir/" addtask populate_lic after do_patch before do_package -- cgit 1.2.3-korg