diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-07-13 16:44:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:32 +0100 |
commit | 9fa68e8aea366ded1ebffbacefc4c8d8019fd857 (patch) | |
tree | f5b8a5358dde42fb23efac2ebfe4b6a35f29d121 /meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch | |
parent | 16e29ba77ddcf0320cd9ce552650bd69761d0bf0 (diff) | |
download | poky-9fa68e8aea366ded1ebffbacefc4c8d8019fd857.tar.gz |
pciutils: Change the hardcoded /usr/lib to support multilib.
(From OE-Core rev: 99e1b18de5de1fb8558222cef2fc9aac27a797a6)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch new file mode 100644 index 0000000000..811aac8e13 --- /dev/null +++ b/meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch | |||
@@ -0,0 +1,14 @@ | |||
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 | ||