From 745bdcd3421747b050493079101f6f5ba7830daf Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sun, 22 Jan 2012 17:12:37 +0800 Subject: pciutils: upgrade to 3.1.9 Signed-off-by: Shane Wang --- meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch (limited to 'meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch') diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch new file mode 100644 index 000000000..811aac8e1 --- /dev/null +++ b/meta/recipes-bsp/pciutils/pciutils-3.1.9/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 -- cgit v1.2.3