summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2021-07-13 13:52:18 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-07-16 07:28:22 +0200
commitd1b543d41f402b27c58a415da256662ff4c61f8a (patch)
tree55f1de514844fb0dacf150651014bd098ede5fb1 /configs/platform-mips
parenteaf7839876093a6c34f8c2ee4562bff1ffcdee34 (diff)
downloadDistroKit-d1b543d41f402b27c58a415da256662ff4c61f8a.tar.gz
DistroKit-d1b543d41f402b27c58a415da256662ff4c61f8a.tar.xz
barebox: Use ptx/config-version and ptx/config-md5
This is possible since ptxdist-2021.03.0 introduced in DistroKit with ee0945e61587 ("ptxdist: migrate to 2021.03.0"). Signed-off-by: Alexander Dahl <ada@thorsis.com> Reviewed-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20210713115218.16671-1-ada@thorsis.com Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-mips')
-rw-r--r--configs/platform-mips/rules/barebox-ar9331.make4
-rw-r--r--configs/platform-mips/rules/barebox-common.make4
-rw-r--r--configs/platform-mips/rules/barebox-malta.make4
3 files changed, 6 insertions, 6 deletions
diff --git a/configs/platform-mips/rules/barebox-ar9331.make b/configs/platform-mips/rules/barebox-ar9331.make
index eb28369..3cc9495 100644
--- a/configs/platform-mips/rules/barebox-ar9331.make
+++ b/configs/platform-mips/rules/barebox-ar9331.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_BAREBOX_AR9331) += barebox-ar9331
#
# Paths and names
#
-BAREBOX_AR9331_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_VERSION))
-BAREBOX_AR9331_MD5 := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_MD5))
+BAREBOX_AR9331_VERSION := $(call ptx/config-version, PTXCONF_BAREBOX_COMMON)
+BAREBOX_AR9331_MD5 := $(call ptx/config-md5, PTXCONF_BAREBOX_COMMON)
BAREBOX_AR9331 := barebox-ar9331-$(BAREBOX_AR9331_VERSION)
BAREBOX_AR9331_SUFFIX := tar.bz2
BAREBOX_AR9331_URL := $(call barebox-url, BAREBOX_AR9331)
diff --git a/configs/platform-mips/rules/barebox-common.make b/configs/platform-mips/rules/barebox-common.make
index d0caead..4411dbe 100644
--- a/configs/platform-mips/rules/barebox-common.make
+++ b/configs/platform-mips/rules/barebox-common.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BAREBOX_COMMON) += barebox-common
#
# Paths and names
#
-BAREBOX_COMMON_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_VERSION))
-BAREBOX_COMMON_MD5 := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_MD5))
+BAREBOX_COMMON_VERSION := $(call ptx/config-version, PTXCONF_BAREBOX_COMMON)
+BAREBOX_COMMON_MD5 := $(call ptx/config-md5, PTXCONF_BAREBOX_COMMON)
BAREBOX_COMMON := barebox-common-$(BAREBOX_COMMON_VERSION)
BAREBOX_COMMON_SUFFIX := tar.bz2
BAREBOX_COMMON_URL := $(call barebox-url, BAREBOX_COMMON)
diff --git a/configs/platform-mips/rules/barebox-malta.make b/configs/platform-mips/rules/barebox-malta.make
index d9a63fa..31b0b06 100644
--- a/configs/platform-mips/rules/barebox-malta.make
+++ b/configs/platform-mips/rules/barebox-malta.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_BAREBOX_MALTA) += barebox-malta
#
# Paths and names
#
-BAREBOX_MALTA_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_VERSION))
-BAREBOX_MALTA_MD5 := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_MD5))
+BAREBOX_MALTA_VERSION := $(call ptx/config-version, PTXCONF_BAREBOX_COMMON)
+BAREBOX_MALTA_MD5 := $(call ptx/config-md5, PTXCONF_BAREBOX_COMMON)
BAREBOX_MALTA := barebox-malta-$(BAREBOX_MALTA_VERSION)
BAREBOX_MALTA_SUFFIX := tar.bz2
BAREBOX_MALTA_URL := $(call barebox-url, BAREBOX_MALTA)