angstrom core tweaks: set LICENSE_DIRECTORY to avoid multimachine breakage

From http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html:

  "Diffing the do_populate_lic task, it shows DEPLOY_DIR_IMAGE has a
   dependency on the MACHINE variable so its correctly rerunning the task
   for that reason."

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-17 08:30:39 +02:00
parent 2bb00ff193
commit 66e81f16b6

View File

@@ -16,8 +16,13 @@ TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"
STAGING_DIR_TARGET = "${STAGING_DIR}/${MACHINE}-${TCLIBC}"
STAGING_DIR_HOST = "${STAGING_DIR}/${MACHINE}-${TCLIBC}"
SSTATE_MANIFESTS = "${TMPDIR}/sstate-control-${TCLIBC}"
# Image.bbclass stuff:
# Work around multimachine breakage
# See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html
LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses"
# Image.bbclass stuff:
#
# udev, devfsd, busybox-mdev (from busybox) or none
#