pciutils may depend on zlib. Based on Bernhard's git repository.
This commit is contained in:
parent
58bc514201
commit
6d06e55a9d
@ -57,7 +57,7 @@ $(TARGET_DIR)/sbin/setpci: $(PCIUTILS_DIR)/.compiled
|
||||
$(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE): $(PCIUTILS_DIR)/.unpacked
|
||||
$(INSTALL) -D $(PCIUTILS_DIR)/$(PCIIDS_FILE) $(@D)
|
||||
|
||||
pciutils: uclibc $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE)
|
||||
pciutils: uclibc $(if $(BR2_PACKAGE_ZLIB),zlib) $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE)
|
||||
|
||||
pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user