git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e0bfe
)
pixman git: only enable neon on armv7a platforms
author
Koen Kooi
<koen@openembedded.org>
Wed, 22 Jul 2009 17:37:32 +0000
(19:37 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 22 Jul 2009 17:37:32 +0000
(19:37 +0200)
recipes/xorg-lib/pixman_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/pixman_git.bb
b/recipes/xorg-lib/pixman_git.bb
index
5a8d0e5
..
2ba06af
100644
(file)
--- a/
recipes/xorg-lib/pixman_git.bb
+++ b/
recipes/xorg-lib/pixman_git.bb
@@
-4,7
+4,7
@@
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.15.16"
-PR = "r
0
"
+PR = "r
1
"
PR_append = "+gitr${SRCREV}"
SRCREV = "f9660ce29ed072c6cbaec711c5d18b9f0ba113ae"
@@
-19,5
+19,10
@@
S = "${WORKDIR}/git"
inherit autotools_stage
+NEON = " --disable-arm-neon "
+NEON_armv7a = ""
+
+EXTRA_OECONF = "${NEON}"
+
AUTOTOOLS_STAGE_PKGCONFIG = "1"