summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2022-08-03 15:03:44 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-05 16:27:24 +0200
commiteaf5e0cc52f3103a22eaf8093818f5f6f73b3221 (patch)
treeaf64e61a0f174dcc5b3a64dbdf187f65156cce0f
parent04371e1b6688bc7dd213f1badf1ca31f381f070d (diff)
downloadDistroKit-eaf5e0cc52f3103a22eaf8093818f5f6f73b3221.tar.gz
DistroKit-eaf5e0cc52f3103a22eaf8093818f5f6f73b3221.tar.xz
v7a: barebox-stm32mp: avoid redundant download
Use the same name as the other barebox rules. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Link: https://lore.pengutronix.de/20220803130344.1895310-1-jlu@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-v7a/rules/barebox-stm32mp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/rules/barebox-stm32mp.make b/configs/platform-v7a/rules/barebox-stm32mp.make
index 24df761..25f6096 100644
--- a/configs/platform-v7a/rules/barebox-stm32mp.make
+++ b/configs/platform-v7a/rules/barebox-stm32mp.make
@@ -20,7 +20,7 @@ BAREBOX_STM32MP := barebox-stm32mp-$(BAREBOX_STM32MP_VERSION)
BAREBOX_STM32MP_SUFFIX := tar.bz2
BAREBOX_STM32MP_URL := $(call barebox-url, BAREBOX_STM32MP)
BAREBOX_STM32MP_PATCHES := barebox-$(BAREBOX_STM32MP_VERSION)
-BAREBOX_STM32MP_SOURCE := $(SRCDIR)/$(BAREBOX_STM32MP).$(BAREBOX_STM32MP_SUFFIX)
+BAREBOX_STM32MP_SOURCE := $(SRCDIR)/$(BAREBOX_STM32MP_PATCHES).$(BAREBOX_STM32MP_SUFFIX)
BAREBOX_STM32MP_DIR := $(BUILDDIR)/$(BAREBOX_STM32MP)
BAREBOX_STM32MP_BUILD_DIR := $(BAREBOX_STM32MP_DIR)-build
BAREBOX_STM32MP_CONFIG := $(call ptx/in-platformconfigdir, barebox-stm32mp.config)