projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127e86b
)
knock: fix _SITE so the correct git version is used
author
Peter Korsgaard
<peter@korsgaard.com>
Thu, 12 Dec 2013 14:27:16 +0000
(15:27 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 12 Dec 2013 14:27:16 +0000
(15:27 +0100)
And not just the latest commit from master.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/knock/knock.mk
patch
|
blob
|
history
diff --git
a/package/knock/knock.mk
b/package/knock/knock.mk
index 41fc0fbf3e788d3521fe7d64d14f07c56aa7c38b..cad7516ec11910bd0093ce0608d48cb77bcc891b 100644
(file)
--- a/
package/knock/knock.mk
+++ b/
package/knock/knock.mk
@@
-5,7
+5,7
@@
################################################################################
KNOCK_VERSION = 7666f2e86e18d482eaad5fe1fea46d87d80b0555
-KNOCK_SITE = $(call github,jvinet,
knock,master
)
+KNOCK_SITE = $(call github,jvinet,
$(KNOCK_VERSION)
)
KNOCK_LICENSE = GPLv2+
KNOCK_LICENSE_FILES = COPYING
KNOCK_AUTORECONF = YES