projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f855d
)
revert patch to allow downloading sudo from an EXISTING location
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 11 Jan 2009 22:31:25 +0000
(22:31 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 11 Jan 2009 22:31:25 +0000
(22:31 -0000)
package/sudo/sudo.mk
patch
|
blob
|
history
diff --git
a/package/sudo/sudo.mk
b/package/sudo/sudo.mk
index fc76955096941bc1c4051c7afde2a8fa8d4887d9..f5d958fdfdda7418c5a58c94662f4b9a5478a6c0 100644
(file)
--- a/
package/sudo/sudo.mk
+++ b/
package/sudo/sudo.mk
@@
-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)