diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 7a86c6ad99..2646c65da4 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.12.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.14.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_HASH:=f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154 +PKG_HASH:=e7713409882813991d2269d125e40dad1f54a019a52b78b3962941c1d4a6f86f PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=GPL-2.0 diff --git a/utils/pciutils/patches/110-gcc14.patch b/utils/pciutils/patches/110-gcc14.patch deleted file mode 100644 index 98aec76cfe..0000000000 --- a/utils/pciutils/patches/110-gcc14.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/lib/sysfs.c -+++ b/lib/sysfs.c -@@ -20,6 +20,7 @@ - #include - #include - #include -+#include - - #include "internal.h" -