Browse Source

fix glibc git compile

Waldemar Brodkorb 11 years ago
parent
commit
c6ad4e2ef5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toolchain/glibc/Makefile.inc

+ 2 - 1
toolchain/glibc/Makefile.inc

@@ -3,7 +3,7 @@
 
 
 PKG_NAME:=		glibc
 PKG_NAME:=		glibc
 ifeq ($(ADK_LIBC_VERSION),git)
 ifeq ($(ADK_LIBC_VERSION),git)
-PKG_VERSION:=		git
+PKG_VERSION:=		2.19.90
 PKG_REPO:=		git://sourceware.org/git/glibc.git
 PKG_REPO:=		git://sourceware.org/git/glibc.git
 else
 else
 PKG_VERSION:=		$(ADK_LIBC_VERSION)
 PKG_VERSION:=		$(ADK_LIBC_VERSION)
@@ -11,6 +11,7 @@ PKG_SITES:=		${MASTER_SITE_GNU:=glibc/}
 endif
 endif
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
 PKG_MD5SUM:=		e26b8cc666b162f999404b03970f14e4
 PKG_MD5SUM:=		e26b8cc666b162f999404b03970f14e4
+DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.xz
 GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--host=$(GNU_TARGET_NAME) \
 			--host=$(GNU_TARGET_NAME) \
 			--with-headers=$(STAGING_TARGET_DIR)/usr/include \
 			--with-headers=$(STAGING_TARGET_DIR)/usr/include \