summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-tools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-20 20:40:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-20 20:43:30 +0200
commitfe4ea5f73eadaa95470ebac846b5e79869b7127c (patch)
tree41efaedf7a3a1535133de727bff4cd21eb4d19f1 /rules/u-boot-tools.make
parentc264d24ecb977a48816a824597e9a545ee588903 (diff)
downloadptxdist-fe4ea5f73eadaa95470ebac846b5e79869b7127c.tar.gz
ptxdist-fe4ea5f73eadaa95470ebac846b5e79869b7127c.tar.xz
u-boot-tools: don't share the pkgdir with u-boot
Otherwise the directory might be used to create a devpkg for u-boot. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/u-boot-tools.make')
-rw-r--r--rules/u-boot-tools.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make
index b1b5515ca..fdcf8fcaa 100644
--- a/rules/u-boot-tools.make
+++ b/rules/u-boot-tools.make
@@ -23,6 +23,7 @@ U_BOOT_TOOLS_SUFFIX := tar.bz2
U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_SOURCE := $(SRCDIR)/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_DIR := $(BUILDDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION)
+U_BOOT_TOOLS_PKGDIR := $(PKGDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION)
U_BOOT_TOOLS_LICENSE := GPL-2.0-only
# ----------------------------------------------------------------------------