diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-29 21:10:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-29 22:10:19 +0200 |
commit | 9f2369b5f078df99ea32d14e30803f3c46200c07 (patch) | |
tree | 38655e563009f2e30feecf2f8a00f07bddf55241 | |
parent | 3d37cc2c97ddfd89698af121e77e9cebfb085a16 (diff) | |
download | buildroot-9f2369b5f078df99ea32d14e30803f3c46200c07.tar.gz buildroot-9f2369b5f078df99ea32d14e30803f3c46200c07.zip |
package/iucode-tool: fix upstream source URL
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/iucode-tool/iucode-tool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iucode-tool/iucode-tool.mk b/package/iucode-tool/iucode-tool.mk index f28698bfd1..e8ae36cede 100644 --- a/package/iucode-tool/iucode-tool.mk +++ b/package/iucode-tool/iucode-tool.mk @@ -6,7 +6,7 @@ IUCODE_TOOL_VERSION = 1.5 IUCODE_TOOL_SOURCE = iucode-tool_$(IUCODE_TOOL_VERSION).tar.xz -IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/latest +IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/master ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y) IUCODE_TOOL_CONF_ENV = LIBS="-largp" IUCODE_TOOL_DEPENDENCIES = argp-standalone |