diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-11 01:26:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:55 +0100 |
commit | 86504a12ad96b555a9a6b3d9b26a31ef7bf2732a (patch) | |
tree | 95284f71edf7587ae5dfc4ba070e3e84804c6622 /meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch | |
parent | 7449a372ebbc7d27f0e067754c4c0748d15f4ede (diff) | |
download | poky-86504a12ad96b555a9a6b3d9b26a31ef7bf2732a.tar.gz |
xcb-proto: update based on changes to python.m4 in automake
1. We dont need the aclocal patch as this will be handled by automake
2. We need to update xcb-proto.pc.in to know about ${libdir} since
we'll end up with something like:
pythondir=${libdir}/python2.6/site-packages
(From OE-Core rev: 4de2ba0eeaefbd6813443c6906108b815af9e109)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch b/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch new file mode 100644 index 0000000000..708f329590 --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
3 | Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | ||
4 | |||
5 | Index: xcb-proto-1.6/xcb-proto.pc.in | ||
6 | =================================================================== | ||
7 | --- xcb-proto-1.6.orig/xcb-proto.pc.in | ||
8 | +++ xcb-proto-1.6/xcb-proto.pc.in | ||
9 | @@ -1,4 +1,5 @@ | ||
10 | prefix=@prefix@ | ||
11 | +libdir=@libdir@ | ||
12 | datarootdir=@datarootdir@ | ||
13 | datadir=@datadir@ | ||
14 | xcbincludedir=@xcbincludedir@ | ||