BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000629 [buildroot] Other minor always 01-08-06 04:49 02-12-07 05:49
Reporter kostja View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000629: 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
Additional Information
Attached Files  fix-pciutils.mk.patch [^] (549 bytes) 01-08-06 04:53

- Relationships

- Notes
(0000875)
vapier
01-08-06 18:46

fixed in svn, thanks
 

- 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
01-08-06 04:52 kostja Issue Monitored: kostja
01-08-06 04:53 kostja File Added: fix-pciutils.mk.patch
01-08-06 18:46 vapier Note Added: 0000875
01-08-06 18:46 vapier Status assigned => closed
01-08-06 18:46 vapier Resolution open => fixed
02-12-07 05:49 vapier Status closed => assigned
02-12-07 05:49 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker