From fe4ea5f73eadaa95470ebac846b5e79869b7127c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 20 May 2019 20:40:26 +0200 Subject: 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 --- rules/u-boot-tools.make | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/u-boot-tools.make') 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3