summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-11-10 12:08:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-17 17:14:51 +0100
commitf3de72335ecab5152a7affc90f1c9cd2e3d5f14e (patch)
treeff2e89f80fa2adfb9764874d017c4ce3f97f6776 /rules/templates/template-src-stellaris-make
parent8b488811b76976c12f6372e19a820fb7bc66841f (diff)
downloadptxdist-f3de72335ecab5152a7affc90f1c9cd2e3d5f14e.tar.gz
ptxdist-f3de72335ecab5152a7affc90f1c9cd2e3d5f14e.tar.xz
autotools/templates: fix BSP relative path
'file://' points to a BSP relative path. Make use of this feature to avoid an information leak in the license report. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/templates/template-src-stellaris-make')
-rw-r--r--rules/templates/template-src-stellaris-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-src-stellaris-make b/rules/templates/template-src-stellaris-make
index a26bd5488..118c06304 100644
--- a/rules/templates/template-src-stellaris-make
+++ b/rules/templates/template-src-stellaris-make
@@ -29,7 +29,7 @@ endif
#
@PACKAGE@_VERSION := @VERSION@
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
-@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/@package@
+@PACKAGE@_URL := file://local_src/@package@
@PACKAGE@_DIR := $(BUILDDIR)/$(@PACKAGE@)
@PACKAGE@_BUILD_OOT := YES
@PACKAGE@_LICENSE := unknown