diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-23 13:21:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-23 13:21:43 +0000 |
commit | 94808e01087d84b3479a0f4fc4f840d134247b47 (patch) | |
tree | 5c72c319658e3e70e4b037cfe1c9f39cfdaf934d /tools/lzma-old | |
parent | cc7805ea27d8bfd51fce32d8a420e86b4cbc91bc (diff) | |
download | upstream-94808e01087d84b3479a0f4fc4f840d134247b47.tar.gz upstream-94808e01087d84b3479a0f4fc4f840d134247b47.tar.bz2 upstream-94808e01087d84b3479a0f4fc4f840d134247b47.zip |
set PKG_NAME of the old lzma package to lzma-old to fix conflicts with the new lzma package
SVN-Revision: 16014
Diffstat (limited to 'tools/lzma-old')
-rw-r--r-- | tools/lzma-old/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lzma-old/Makefile b/tools/lzma-old/Makefile index 2999266050..a2a9592e39 100644 --- a/tools/lzma-old/Makefile +++ b/tools/lzma-old/Makefile @@ -6,14 +6,14 @@ # include $(TOPDIR)/rules.mk -PKG_NAME:=lzma +PKG_NAME:=lzma-old PKG_VERSION:=4.32 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=lzma-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=5587d6ac230ad1903d504fc3253f0e42 -HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/lzma-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk |