[Buildroot] [git commit] libcofi: fix github tarball to use commit id

Peter Korsgaard jacmet at sunsite.dk
Thu Jun 6 21:01:40 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=9bb2757c461271f4458294d417f440f839513e33
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/libcofi/libcofi.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libcofi/libcofi.mk b/package/libcofi/libcofi.mk
index 6e9c564..88d51d3 100644
--- a/package/libcofi/libcofi.mk
+++ b/package/libcofi/libcofi.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBCOFI_VERSION = 7313fbe12b0593034d0a1b606bf33c7cf4ababce
-LIBCOFI_SITE = http://github.com/simonjhall/copies-and-fills/tarball/master
+LIBCOFI_SITE = http://github.com/simonjhall/copies-and-fills/tarball/$(LIBCOFI_VERSION)
 LIBCOFI_LICENSE = LGPLv2.1
 LIBCOFI_LICENSE_FILES = README.md
 


More information about the buildroot mailing list