diff options
author | Ionut Radu <ionutx.radu@intel.com> | 2013-05-09 14:17:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:30 +0100 |
commit | 092cc9483a43ac31fb387faa8424deb5e8eed87b (patch) | |
tree | 352fcfe2731dc98ed7286930895451bfab210c4d /meta/recipes-bsp/pciutils | |
parent | 15e7b77f656e76e5c1394a71fdaa654af19b7781 (diff) | |
download | poky-092cc9483a43ac31fb387faa8424deb5e8eed87b.tar.gz |
pciutils: updated from 3.1.10 to 3.2.
(From OE-Core rev: 5d8dd6ec550764b89754812f0d06cc2baa707a1e)
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch | 14 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch (renamed from meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch (renamed from meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch (renamed from meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch | 26 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff (renamed from meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.2.0.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.1.10.bb) | 4 |
7 files changed, 28 insertions, 16 deletions
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 index 811aac8e13..0000000000 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile | ||
4 | --- pciutils-3.1.7-orig/Makefile 2011-07-11 14:41:59.000000000 +0800 | ||
5 | +++ pciutils-3.1.7/Makefile 2011-07-11 14:42:31.000000000 +0800 | ||
6 | @@ -31,7 +31,7 @@ | ||
7 | IDSDIR=$(SHAREDIR) | ||
8 | MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi) | ||
9 | INCDIR=$(PREFIX)/include | ||
10 | -LIBDIR=$(PREFIX)/lib | ||
11 | +LIBDIR=$(libdir) | ||
12 | PKGCFDIR=$(LIBDIR)/pkgconfig | ||
13 | |||
14 | # Commands | ||
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch index 66c9f91630..66c9f91630 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch +++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch | |||
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch index 540b4a0d13..540b4a0d13 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch +++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch | |||
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch index 7268d531d9..7268d531d9 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch +++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch | |||
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 index 0000000000..c3fbc6f9b1 --- /dev/null +++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Signed-off-by: Ionut Radu <ionutx.radu@intel.com> | ||
4 | |||
5 | Index: pciutils-3.2.0/Makefile | ||
6 | =================================================================== | ||
7 | --- pciutils-3.2.0.orig/Makefile | ||
8 | +++ pciutils-3.2.0/Makefile | ||
9 | @@ -35,7 +35,7 @@ SHAREDIR=$(PREFIX)/share | ||
10 | IDSDIR=$(SHAREDIR) | ||
11 | MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi) | ||
12 | INCDIR=$(PREFIX)/include | ||
13 | -LIBDIR=$(PREFIX)/lib | ||
14 | +LIBDIR=$(libdir) | ||
15 | PKGCFDIR=$(LIBDIR)/pkgconfig | ||
16 | |||
17 | # Commands | ||
18 | @@ -94,7 +94,7 @@ example: example.o lib/$(PCILIB_DEV) | ||
19 | example.o: example.c $(PCIINC) | ||
20 | |||
21 | %: %.o | ||
22 | - $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) -o $@ | ||
23 | + $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@ | ||
24 | |||
25 | %.8 %.7: %.man | ||
26 | 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)#" | ||
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff b/meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff index 0d4e0fb220..0d4e0fb220 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff +++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff | |||
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb index e405101abc..602269596b 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | |||
18 | file://guess-fix.patch \ | 18 | file://guess-fix.patch \ |
19 | file://makefile.patch" | 19 | file://makefile.patch" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "3a5d8b2784c8571dc5557efda4a8c157" | 21 | SRC_URI[md5sum] = "d73a1b35e5d5efa70e8476d5917de11f" |
22 | SRC_URI[sha256sum] = "f402c2051d9b027799a36f17c5e1750dcb4f07070ec46e79108901d03a83aa75" | 22 | SRC_URI[sha256sum] = "b816943bb06c3338d98e2c705e3b76c9e513830f1f15c76d60e549f965d22a35" |
23 | 23 | ||
24 | PARALLEL_MAKE = "" | 24 | PARALLEL_MAKE = "" |
25 | 25 | ||