mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Use <package>_VERSION in all <package>.mk instead of <package>_VER
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# tar
|
||||
#
|
||||
#############################################################
|
||||
GNUTAR_VER:=1.18
|
||||
GNUTAR_SOURCE:=tar-$(GNUTAR_VER).tar.bz2
|
||||
GNUTAR_VERSION:=1.18
|
||||
GNUTAR_SOURCE:=tar-$(GNUTAR_VERSION).tar.bz2
|
||||
GNUTAR_SITE:=http://ftp.gnu.org/gnu/tar/
|
||||
GNUTAR_DIR:=$(BUILD_DIR)/tar-$(GNUTAR_VER)
|
||||
GNUTAR_DIR:=$(BUILD_DIR)/tar-$(GNUTAR_VERSION)
|
||||
GNUTAR_CAT:=$(BZCAT)
|
||||
GNUTAR_BINARY:=src/tar
|
||||
GNUTAR_TARGET_BINARY:=bin/tar
|
||||
|
||||
Reference in New Issue
Block a user