From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] pixman: disable iwmmxt
Date: Thu, 22 Mar 2012 19:56:58 -0700 [thread overview]
Message-ID: <1332471418-31459-2-git-send-email-raj.khem@gmail.com> (raw)
In-Reply-To: <1332471418-31459-1-git-send-email-raj.khem@gmail.com>
Pixman build system is borked and always wants iwmmxt intrinsics
it errors like below
| ../pixman/.libs/libpixman-1.so: error: undefined reference to
'__builtin_arm_wand'
| ../pixman/.libs/libpixman-1.so: error: undefined reference to
'__builtin_arm_wsrlhi'
| ../pixman/.libs/libpixman-1.so: error: undefined reference to
'__builtin_arm_walign'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
index 4cff6f9..bf239d9 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
@@ -14,9 +14,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
"
DEPENDS += "zlib libpng"
+PR = "r1"
+
PE = "1"
-EXTRA_OECONF="--disable-gtk"
+IWMMXT = "--disable-arm-iwmmxt"
+
+EXTRA_OECONF="--disable-gtk ${IWMMXT}"
SRC_URI[md5sum] = "8d5722f6f61db50034303947a40f5e7b"
SRC_URI[sha256sum] = "06d83ce5a5f2f8ab3761e88a2de1576b6596bb436190166a242b9d75a68bc1d8"
--
1.7.5.4
next prev parent reply other threads:[~2012-03-23 3:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-23 2:56 [PATCH 1/2] eglibc-2.15: Update SRCREV Khem Raj
2012-03-23 2:56 ` Khem Raj [this message]
2012-03-23 12:04 ` [PATCH 2/2] pixman: disable iwmmxt Richard Purdie
2012-03-23 12:08 ` Martin Jansa
2012-03-23 13:34 ` Khem Raj
2012-03-23 12:05 ` [PATCH 1/2] eglibc-2.15: Update SRCREV Richard Purdie
2012-03-23 13:17 ` Martin Jansa
2012-03-24 2:26 ` Martin Jansa
2012-03-28 14:15 ` Khem Raj
2012-03-28 14:33 ` Martin Jansa
2012-03-28 16:10 ` Khem Raj
2012-03-28 20:35 ` Martin Jansa
2012-04-04 21:11 ` Martin Jansa
2012-04-16 14:33 ` eglibc: shlib.lds:127: syntax error Was: " Martin Jansa
2012-04-17 14:31 ` Martin Jansa
2012-03-30 9:31 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332471418-31459-2-git-send-email-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox