diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-07-13 16:43:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:55 +0100 |
commit | ec7ea43749d40e4164dc35493a796b9546e60e4e (patch) | |
tree | 707fc594cec00a1a0b7c82429b35ef08a8c91a6a /meta/recipes-graphics/xcb/xcb-proto.inc | |
parent | 02c843d995e238f7a5b326195f14222f6a99b596 (diff) | |
download | openembedded-core-ec7ea43749d40e4164dc35493a796b9546e60e4e.tar.gz openembedded-core-ec7ea43749d40e4164dc35493a796b9546e60e4e.tar.bz2 openembedded-core-ec7ea43749d40e4164dc35493a796b9546e60e4e.zip |
xcb-proto: add multilib support.
There is hardcode of /usr/lib dir for some python files.
Fix it to support multilib.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-proto.inc')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index cd7e115174..76688c9ebc 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc @@ -9,7 +9,8 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" SECTION = "x11/libs" LICENSE = "MIT-X" -SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" +SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ + file://aclocal.patch" inherit autotools pkgconfig |