lzma: use a repacked tarball instead of the original one to get rid of CRLF conversion screwups
SVN-Revision: 14593
This commit is contained in:
parent
ba1ede0df4
commit
cc7c06781a
1 changed files with 5 additions and 6 deletions
|
@ -7,14 +7,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lzma
|
PKG_NAME:=lzma
|
||||||
PKG_VERSION:=432
|
PKG_VERSION:=4.32
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://kent.dl.sourceforge.net/sourceforge/sevenzip/
|
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
|
||||||
PKG_MD5SUM:=155c1ebce5bc6710ae7ecc926226d9d7
|
PKG_MD5SUM:=5587d6ac230ad1903d504fc3253f0e42
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/lzma
|
PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR)/ $(TAR_OPTIONS)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue