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:27:32 +0100 |
commit | 16e29ba77ddcf0320cd9ce552650bd69761d0bf0 (patch) | |
tree | 7e66cd4e4508ff8683f454cbda2a33b78ded2a16 /meta/recipes-graphics/xcb/xcb-proto_git.bb | |
parent | 3f3cd73f50e7115ee64b245eeddbdf0d0fa386cc (diff) | |
download | poky-16e29ba77ddcf0320cd9ce552650bd69761d0bf0.tar.gz |
xcb-proto: add multilib support.
There is hardcode of /usr/lib dir for some python files.
Fix it to support multilib.
(From OE-Core rev: ec7ea43749d40e4164dc35493a796b9546e60e4e)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-proto_git.bb')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xcb/xcb-proto_git.bb index 01a7d912f7..27112137d0 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_git.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_git.bb | |||
@@ -3,7 +3,7 @@ DEFAULT_PREFERENCE = "-1" | |||
3 | include xcb-proto.inc | 3 | include xcb-proto.inc |
4 | SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" | 4 | SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" |
5 | PV = "1.2+gitr${SRCPV}" | 5 | PV = "1.2+gitr${SRCPV}" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" | 8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |