mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
pciutils: upgrade from 3.11.1 to 3.12.0
configure.patch is rebased against the new version. (From OE-Core rev: 88ab0efeda625892f393576fbcc87e9b517103f5) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 561216c8cbc280aaa9aecf30cb11835a4a0a78ed Mon Sep 17 00:00:00 2001
|
||||
From 6af07e1f812b2444d33ce199308c87e04b2f5dc7 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <rpurdie@linux.intel.com>
|
||||
Date: Wed, 31 Dec 2008 17:20:38 +0000
|
||||
Subject: [PATCH] pciutils: Upgarde 2.2.4 -> 3.0.3
|
||||
@@ -23,20 +23,20 @@ Upstream-Status: Inappropriate [embedded specific]
|
||||
2 files changed, 11 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index aaec04e..9c1dab0 100644
|
||||
index be23593..aa13be5 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -123,7 +123,7 @@ pcilmr$(EXEEXT): pcilmr.o $(LMROBJS) $(COMMON) lib/$(PCIIMPLIB)
|
||||
pcilmr.o: pcilmr.c $(LMRINC)
|
||||
|
||||
%$(EXEEXT): %.o
|
||||
- $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
|
||||
+ $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@
|
||||
- $(CC) $(CFLAGS) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@
|
||||
|
||||
ifdef PCI_OS_WINDOWS
|
||||
comma := ,
|
||||
diff --git a/lib/configure b/lib/configure
|
||||
index 3df057a..c87e71c 100755
|
||||
index d02160b..52c1eee 100755
|
||||
--- a/lib/configure
|
||||
+++ b/lib/configure
|
||||
@@ -9,6 +9,10 @@ echo_n() {
|
||||
@@ -88,3 +88,6 @@ index 3df057a..c87e71c 100755
|
||||
c=config.h
|
||||
m=config.mk
|
||||
echo >$c '#define PCI_CONFIG_H'
|
||||
--
|
||||
2.42.0
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS = "zlib kmod make-native"
|
||||
SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \
|
||||
file://configure.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "3f472ad864473de5ba17f765cc96ef5f33e1b730918d3adda6f945a2a9290df4"
|
||||
SRC_URI[sha256sum] = "f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154"
|
||||
|
||||
inherit multilib_header pkgconfig update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user