From 86504a12ad96b555a9a6b3d9b26a31ef7bf2732a Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 11 Aug 2011 01:26:34 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/xcb-proto.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xcb/xcb-proto.inc') 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" LICENSE = "MIT-X" SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ - file://aclocal.patch" + file://xcb-proto-libdir.patch" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf