[buildroot 0000629]: Fix Makefile to really use download pci.ids file

bugs at busybox.net bugs at busybox.net
Sun Jan 8 12:49:45 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=629 
====================================================================== 
Reported By:                kostja
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   629
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             01-08-2006 04:49 PST
Last Modified:              01-08-2006 04:49 PST
====================================================================== 
Summary:                    Fix Makefile to really use download pci.ids file
Description: 
Typo in pciutils.mk. 

The downloaded pci.ids file is never used, but an old included 2003
snapshot instead.

--- pciutils.mk.old     2006-01-08 13:36:16.000000000 +0100
+++ pciutils.mk 2006-01-08 13:36:28.000000000 +0100
@@ -24,7 +24,7 @@

 $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE)
$(DL_DIR)/$(PCIIDS_SOURCE)
        $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR)
$(TAR_OPTIONS) -
-       $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.id
+       $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) >
$(PCIUTILS_DIR)/pci.ids
        toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils
pciutils\*.patch
        touch $(PCIUTILS_DIR)/.unpacked

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-08-06 04:49  kostja         New Issue                                    
01-08-06 04:49  kostja         Status                   new => assigned     
01-08-06 04:49  kostja         Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list