pciutils: update to v3.5.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
1d899c09d6
commit
4921c4a21e
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2016 OpenWrt.org
|
# Copyright (C) 2007-2017 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pciutils
|
PKG_NAME:=pciutils
|
||||||
PKG_VERSION:=3.5.2
|
PKG_VERSION:=3.5.6
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
||||||
PKG_HASH:=3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc
|
PKG_HASH:=f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21
|
||||||
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/configure
|
--- a/lib/configure
|
||||||
+++ b/lib/configure
|
+++ b/lib/configure
|
||||||
@@ -57,7 +57,7 @@ echo >>$c "#define PCI_OS_`echo $sys | t
|
@@ -52,7 +52,7 @@ echo >>$c "#define PCI_OS_`echo $sys | t
|
||||||
echo >$m 'WITH_LIBS='
|
echo >$m 'WITH_LIBS='
|
||||||
|
|
||||||
echo_n "Looking for access methods..."
|
echo_n "Looking for access methods..."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/configure
|
--- a/lib/configure
|
||||||
+++ b/lib/configure
|
+++ b/lib/configure
|
||||||
@@ -44,7 +44,7 @@ if [ -z "$HOST" ] ; then
|
@@ -39,7 +39,7 @@ if [ -z "$HOST" ] ; then
|
||||||
fi
|
fi
|
||||||
[ -n "$RELEASE" ] && rel="${RELEASE}"
|
[ -n "$RELEASE" ] && rel="${RELEASE}"
|
||||||
# CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless.
|
# CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless.
|
||||||
|
|
Loading…
Reference in a new issue