From: Luka Perkov Date: Tue, 2 Jul 2013 23:56:28 +0000 (+0000) Subject: [packages] pciutils: update to version 3.2.0 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=0272476d5a731554d63cc4793b976ca0f28e62a4 [packages] pciutils: update to version 3.2.0 Signed-off-by: Luka Perkov SVN-Revision: 37140 --- diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index f6af923e67..93f35e0979 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.1.10 +PKG_VERSION:=3.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_MD5SUM:=3a5d8b2784c8571dc5557efda4a8c157 +PKG_MD5SUM:=d73a1b35e5d5efa70e8476d5917de11f PKG_INSTALL:=1 diff --git a/utils/pciutils/patches/101-no-strip.patch b/utils/pciutils/patches/101-no-strip.patch index 032118c3b9..583eb9a60e 100644 --- a/utils/pciutils/patches/101-no-strip.patch +++ b/utils/pciutils/patches/101-no-strip.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -101,7 +101,7 @@ distclean: clean +@@ -108,7 +108,7 @@ distclean: clean install: all # -c is ignored on Linux, but required on FreeBSD $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7 diff --git a/utils/pciutils/patches/103-relative-path-ids.patch b/utils/pciutils/patches/103-relative-path-ids.patch index 6ccea292b9..9c1a067550 100644 --- a/utils/pciutils/patches/103-relative-path-ids.patch +++ b/utils/pciutils/patches/103-relative-path-ids.patch @@ -1,7 +1,7 @@ --- a/Makefile +++ b/Makefile -@@ -78,7 +78,7 @@ setpci.o: setpci.c pciutils.h $(PCIINC) - common.o: common.c pciutils.h $(PCIINC) +@@ -85,7 +85,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) + ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS) update-pciids: update-pciids.sh - sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"