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:11:24 +0100 |
commit | 4de2ba0eeaefbd6813443c6906108b815af9e109 (patch) | |
tree | c420a42a79b180f2fb5f2e4611f21e09beb461df /meta/recipes-graphics/xcb/xcb-proto.inc | |
parent | d300cfe603b00fc963f7ed874563016fcbcc47a8 (diff) | |
download | openembedded-core-4de2ba0eeaefbd6813443c6906108b815af9e109.tar.gz openembedded-core-4de2ba0eeaefbd6813443c6906108b815af9e109.tar.bz2 openembedded-core-4de2ba0eeaefbd6813443c6906108b815af9e109.zip |
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
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-proto.inc')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto.inc | 2 |
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" 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 |