Hello!

The Makefile for linuxboot wants to download kbd-1.15.2.tar.bz2.  However, 
at the URL listed (http://www.all.kernel.org/pub/linux/utils/kbd/) the 
latest version is 1.12, and the only format is tar.gz.  Might this have 
something to do with rebuilding from the kernel.org breakin?  In any case, 
I had to hack the Makefile to handle this.  Patch below.

Timothy J. Massey

--- Makefile.org        2011-12-15 12:23:33.000000000 -0500
+++ Makefile.kbd        2011-12-15 12:24:34.000000000 -0500
@@ -12,7 +12,7 @@
 expat=expat-2.0.1
 glibc=glibc-2.13
 # TODO: kbd-1.15.2 Missing configure
-kbd=kbd-1.15.2
+kbd=kbd-1.12
 #TODO:libusb-1.0.8
 libusb=libusb-0.1.12
 linux=linux-2.6.38.6
@@ -1036,7 +1036,7 @@
 #$(call cvs_rule, $(glibc), libc, \
 #      :pserver:anon...@sources.redhat.com:/cvs/glibc)
 $(call download_rule, $(glibc), tar.bz2, http://ftp.gnu.org/gnu/glibc/)
-$(call download_rule, $(kbd), tar.bz2,                 \
+$(call download_rule, $(kbd), tar.gz,                  \
        http://www.all.kernel.org/pub/linux/utils/kbd/)
 $(call download_rule, $(libusb), tar.gz,       \
        http://downloads.sourceforge.net/libusb/)
 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to