diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-08-14 15:50:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 18:04:10 +0100 |
commit | 8007bbf0bd8ef379340c75370fcdb29e367e5682 (patch) | |
tree | 7a88ee768116c9ff2cf974e4bfb75a576a24b4fc /meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch | |
parent | 89efdb7c561e5af87da446c7767d3ad5809a7d13 (diff) | |
download | openembedded-core-8007bbf0bd8ef379340c75370fcdb29e367e5682.tar.gz openembedded-core-8007bbf0bd8ef379340c75370fcdb29e367e5682.tar.bz2 openembedded-core-8007bbf0bd8ef379340c75370fcdb29e367e5682.zip |
pciutils: upgrade to 3.1.10
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..811aac8e13 --- /dev/null +++ b/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch @@ -0,0 +1,14 @@ +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 |