| Anonymous | Login | Signup for a new account | 11-10-2008 10:55 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |