mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
revert patch to allow downloading sudo from an EXISTING location
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
#############################################################
|
||||
|
||||
SUDO_VERSION:=1.6.8p12
|
||||
SUDO_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sudo
|
||||
SUDO_SITE:=$(BR2_ATMEL_MIRROR)
|
||||
|
||||
#SUDO_VERSION:=1.7.0
|
||||
#SUDO_SITE:=http://www.courtesan.com/sudo/dist
|
||||
# 1.7.0 Needs update Cross-Compiler patches
|
||||
|
||||
SUDO_SOURCE:=sudo_$(SUDO_VERSION).orig.tar.gz
|
||||
|
||||
SUDO_SOURCE:=sudo-$(SUDO_VERSION).tar.gz
|
||||
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VERSION)
|
||||
SUDO_UNZIP:=$(ZCAT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user