[Buildroot] [git commit] knock: bump to version 0.7

Peter Korsgaard peter at korsgaard.com
Wed Jun 18 12:10:24 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=116f050273d3b4dac3c3831c5a8ace097a2b04c4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Bump knock to version 0.7 and switch away from a git snapshot, it's
nicer and avoids the need to autoreconf.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/knock/knock.mk |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/knock/knock.mk b/package/knock/knock.mk
index e4a3d3c..8d2b41e 100644
--- a/package/knock/knock.mk
+++ b/package/knock/knock.mk
@@ -4,11 +4,10 @@
 #
 ################################################################################
 
-KNOCK_VERSION = 7ce33cd553800f48f16b3bb70b9cd0f1310d2c18
-KNOCK_SITE = $(call github,jvinet,knock,$(KNOCK_VERSION))
+KNOCK_VERSION = 0.7
+KNOCK_SITE = http://www.zeroflux.org/proj/knock/files
 KNOCK_LICENSE = GPLv2+
 KNOCK_LICENSE_FILES = COPYING
-KNOCK_AUTORECONF = YES
 KNOCK_DEPENDENCIES = libpcap
 
 $(eval $(autotools-package))


More information about the buildroot mailing list