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 <cardoe@cardoe.com>
This commit is contained in:
Doug Goldstein
2015-11-06 09:35:07 -06:00
parent 25b4255204
commit 2f703c9f1f

View File

@@ -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"