Browse Source

musl: use tar.gz for git

Waldemar Brodkorb 1 month ago
parent
commit
789fcafba0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/musl/Makefile.inc

+ 1 - 1
toolchain/musl/Makefile.inc

@@ -6,7 +6,7 @@ ifeq ($(ADK_LIBC_VERSION),git)
 PKG_VERSION:=		git
 PKG_VERSION:=		git
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
 PKG_SITES:=		git://git.musl-libc.org/musl
 PKG_SITES:=		git://git.musl-libc.org/musl
-DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz
+DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 endif
 endif
 ifeq ($(ADK_TARGET_LIB_MUSL_1_2_5),y)
 ifeq ($(ADK_TARGET_LIB_MUSL_1_2_5),y)
 PKG_VERSION:=		1.2.5
 PKG_VERSION:=		1.2.5