From dae094d69a1f8651c822fb35d606bf59a615f244 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 11 Oct 2014 11:15:45 +0200 Subject: [PATCH] angstrom-core-tweaks: seperate licenses by MACHINE_ARCH Without this multimachine builds blow up due to packages having the same license between architectures. Shocking and unexpected! Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-core-tweaks.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc index 6715047..1f0cd41 100644 --- a/conf/distro/include/angstrom-core-tweaks.inc +++ b/conf/distro/include/angstrom-core-tweaks.inc @@ -16,6 +16,9 @@ BB_SIGNATURE_HANDLER ?= "OEBasicHash" COMMERCIAL_LICENSE = "" LICENSE_FLAGS_WHITELIST += "commercial" +# Unbreak multimachine builds +LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses/${MACHINE_ARCH}" + # Preset set this or bbappends break PRINC ??= "0"