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.bb | |
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.bb')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto_1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb index 1868f1aa86..9d35596627 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ |
5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" | 9 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" |
10 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" | 10 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" |