diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 08:41:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:15 +0200 |
commit | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch) | |
tree | ac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/pixman_git.bb | |
parent | 7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff) |
xorg-lib: oe-stylize
* require in oe-stylize script was moved to top
* reminders were removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 160819a910..12140c1d8f 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -3,26 +3,25 @@ PV = "0.17.13" PR = "${INC_PR}.2" PR_append = "+gitr${SRCPV}" -SRCREV = "69f1ec9a7827aeb522fcae99846237ef0f896e7b" - -DEFAULT_PREFERENCE = "-1" - SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git;branch=master \ file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \ file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \ file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \ file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch \ - file://0006-Revert-ARM-SIMD-Try-without-any-CFLAGS-before-forcin.patch \ + file://0006-Revert-ARM-SIMD-Try-without-any-CFLAGS-before-forcin.patch \ file://over-n-8-0565.patch \ file://src-8888-0565.patch \ file://calloc.patch \ file://tls.patch \ " +SRCREV = "69f1ec9a7827aeb522fcae99846237ef0f896e7b" S = "${WORKDIR}/git" NEON = " --disable-arm-neon " NEON_armv7a = " " EXTRA_OECONF = "${NEON} --disable-gtk" + +DEFAULT_PREFERENCE = "-1" |