diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-17 11:47:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:14:45 +0100 |
commit | e62569a2eea8bf8e6d58c55e64c084a63e860784 (patch) | |
tree | 1c6cbb4b07aabbf7b1661bed06401a5af1ebadef | |
parent | 72931d1cbdac968f3665de79033034ad1e45d6ec (diff) | |
download | poky-e62569a2eea8bf8e6d58c55e64c084a63e860784.tar.gz |
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.
(From OE-Core rev: d5936d179cf5eaa4930dca317cd0f4a7f1959005)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/license.bbclass | 2 |
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 | ||
11 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR_IMAGE}/licenses" | 11 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" |
12 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" | 12 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" |
13 | 13 | ||
14 | addtask populate_lic after do_patch before do_package | 14 | addtask populate_lic after do_patch before do_package |