mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
pciutils: bump to version 3.2.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9978b3ed84
commit
56e99deca7
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
PCIUTILS_VERSION = 3.1.10
|
PCIUTILS_VERSION = 3.2.0
|
||||||
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
||||||
PCIUTILS_INSTALL_STAGING = YES
|
PCIUTILS_INSTALL_STAGING = YES
|
||||||
PCIUTILS_LICENSE = GPLv2+
|
PCIUTILS_LICENSE = GPLv2+
|
||||||
@ -24,6 +24,13 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|||||||
PCIUTILS_DEPENDENCIES += busybox
|
PCIUTILS_DEPENDENCIES += busybox
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_KMOD),y)
|
||||||
|
PCIUTILS_DEPENDENCIES += kmod
|
||||||
|
PCIUTILS_KMOD = yes
|
||||||
|
else
|
||||||
|
PCIUTILS_KMOD = no
|
||||||
|
endif
|
||||||
|
|
||||||
define PCIUTILS_CONFIGURE_CMDS
|
define PCIUTILS_CONFIGURE_CMDS
|
||||||
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
||||||
$(SED) 's/uname -s/echo Linux/' \
|
$(SED) 's/uname -s/echo Linux/' \
|
||||||
@ -43,6 +50,7 @@ define PCIUTILS_BUILD_CMDS
|
|||||||
SHARED=$(PCIUTILS_SHARED) \
|
SHARED=$(PCIUTILS_SHARED) \
|
||||||
ZLIB=$(PCIUTILS_ZLIB) \
|
ZLIB=$(PCIUTILS_ZLIB) \
|
||||||
DNS=$(PCIUTILS_DNS) \
|
DNS=$(PCIUTILS_DNS) \
|
||||||
|
LIBKMOD=$(PCIUTILS_KMOD) \
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user