mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
pciutils: install headers and libraries in STAGING_DIR
There are some tools, like flashrom, that build against libraries of pciutils. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f83cd59890
commit
db44453a45
@ -6,6 +6,7 @@
|
||||
|
||||
PCIUTILS_VERSION = 3.1.9
|
||||
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
||||
PCIUTILS_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
PCIUTILS_ZLIB=yes
|
||||
PCIUTILS_DEPENDENCIES += zlib
|
||||
@ -50,4 +51,11 @@ define PCIUTILS_INSTALL_TARGET_CMDS
|
||||
SHARED=$(PCIUTILS_SHARED) install-lib
|
||||
endef
|
||||
|
||||
define PCIUTILS_INSTALL_STAGING_CMDS
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(STAGING_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(STAGING_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install-lib
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
|
Loading…
Reference in New Issue
Block a user