summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/xcb-proto.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-11 01:26:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:21:55 +0100
commit86504a12ad96b555a9a6b3d9b26a31ef7bf2732a (patch)
tree95284f71edf7587ae5dfc4ba070e3e84804c6622 /meta/recipes-graphics/xcb/xcb-proto.inc
parent7449a372ebbc7d27f0e067754c4c0748d15f4ede (diff)
downloadpoky-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.inc')
-rw-r--r--meta/recipes-graphics/xcb/xcb-proto.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc
index 76688c9ebc..85f89be48d 100644
--- a/meta/recipes-graphics/xcb/xcb-proto.inc
+++ b/meta/recipes-graphics/xcb/xcb-proto.inc
@@ -10,7 +10,7 @@ SECTION = "x11/libs"
10LICENSE = "MIT-X" 10LICENSE = "MIT-X"
11 11
12SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ 12SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \
13 file://aclocal.patch" 13 file://xcb-proto-libdir.patch"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16