]> code.ossystems Code Review - openembedded-core.git/commitdiff
license bbclass: put licenses in DEPLOY_DIR/licenses to avoid sstate problems when...
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 17 May 2011 09:47:53 +0000 (11:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2011 13:40:06 +0000 (14:40 +0100)
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html for more info.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass

index d0a14187ffec484a6241b45d58f3ae9cc92659f4..4fd1f85130b45dae9efae2b3b81b65f1fd594957 100644 (file)
@@ -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