From 8752eef1dc0217b17ec95ee7ea0854a757bd7c85 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 6 Nov 2015 09:35:07 -0600 Subject: [PATCH] fix LICENSE_PATH location The path in LICENSE_PATH was not the correct path to where the licenses are located in this repo. Signed-off-by: Doug Goldstein --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6c6d52e..8df32c8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "rust-layer" BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_rust-layer = "7" -LICENSE_PATH += "${LAYERDIR}/files/licenses" +LICENSE_PATH += "${LAYERDIR}/files/common-licenses"