projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7805e
)
set PKG_NAME of the old lzma package to lzma-old to fix conflicts with the new lzma...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 May 2009 13:21:43 +0000
(13:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 May 2009 13:21:43 +0000
(13:21 +0000)
SVN-Revision: 16014
tools/lzma-old/Makefile
patch
|
blob
|
history
diff --git
a/tools/lzma-old/Makefile
b/tools/lzma-old/Makefile
index 299926605074e4a038ef30357a7a9490296695a4..a2a9592e39e6a766a0a5e6c273b520196a8061a6 100644
(file)
--- 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