]> code.ossystems Code Review - openembedded-core.git/commitdiff
pciutils: updated from 3.1.10 to 3.2.
authorIonut Radu <ionutx.radu@intel.com>
Thu, 9 May 2013 11:17:40 +0000 (14:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 08:37:11 +0000 (09:37 +0100)
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch [deleted file]
meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch [moved from meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch with 100% similarity]
meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch [moved from meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch with 100% similarity]
meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch [moved from meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch with 100% similarity]
meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch [new file with mode: 0644]
meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff [moved from meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff with 100% similarity]
meta/recipes-bsp/pciutils/pciutils_3.2.0.bb [moved from meta/recipes-bsp/pciutils/pciutils_3.1.10.bb with 92% similarity]

diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch
deleted file mode 100644 (file)
index 811aac8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile
---- pciutils-3.1.7-orig/Makefile       2011-07-11 14:41:59.000000000 +0800
-+++ pciutils-3.1.7/Makefile    2011-07-11 14:42:31.000000000 +0800
-@@ -31,7 +31,7 @@
- IDSDIR=$(SHAREDIR)
- MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
- INCDIR=$(PREFIX)/include
--LIBDIR=$(PREFIX)/lib
-+LIBDIR=$(libdir)
- PKGCFDIR=$(LIBDIR)/pkgconfig
- # Commands
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch
new file mode 100644 (file)
index 0000000..c3fbc6f
--- /dev/null
@@ -0,0 +1,26 @@
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
+
+Index: pciutils-3.2.0/Makefile
+===================================================================
+--- pciutils-3.2.0.orig/Makefile
++++ pciutils-3.2.0/Makefile
+@@ -35,7 +35,7 @@ SHAREDIR=$(PREFIX)/share
+ IDSDIR=$(SHAREDIR)
+ MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
+ INCDIR=$(PREFIX)/include
+-LIBDIR=$(PREFIX)/lib
++LIBDIR=$(libdir)
+ PKGCFDIR=$(LIBDIR)/pkgconfig
+ # Commands
+@@ -94,7 +94,7 @@ example: example.o lib/$(PCILIB_DEV)
+ example.o: example.c $(PCIINC)
+ %: %.o
+-      $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) -o $@
++      $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@
+ %.8 %.7: %.man
+       M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#"
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
index e405101abc61c941dfc9c580a7d789906a0f7b5d..602269596b84d2f776e13c784f9b1a0e4cc4baec 100644 (file)
@@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
            file://guess-fix.patch \
            file://makefile.patch"
 
-SRC_URI[md5sum] = "3a5d8b2784c8571dc5557efda4a8c157"
-SRC_URI[sha256sum] = "f402c2051d9b027799a36f17c5e1750dcb4f07070ec46e79108901d03a83aa75"
+SRC_URI[md5sum] = "d73a1b35e5d5efa70e8476d5917de11f"
+SRC_URI[sha256sum] = "b816943bb06c3338d98e2c705e3b76c9e513830f1f15c76d60e549f965d22a35"
 
 PARALLEL_MAKE = ""