diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-25 10:46:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-25 11:16:20 +0100 |
commit | b141cd6cf58156e8d4b410ab93702b3c53393e02 (patch) | |
tree | 1b266ad00e3c3f63caa5f88a5e6b3557ddc8e62d /recipes/obsolete/pixman/pixman_0.17.6.bb | |
parent | 7bf36e82698d52f8524ccde1ce2d85fc654bd68c (diff) |
pixman: move 0.17.6 to obsolete
* This version wasn't as well tested as 0.17.8 probably is, 0.17.6
* wasn't probably used except SHR, which also moved to 0.17.8 now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/pixman/pixman_0.17.6.bb')
-rw-r--r-- | recipes/obsolete/pixman/pixman_0.17.6.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes/obsolete/pixman/pixman_0.17.6.bb b/recipes/obsolete/pixman/pixman_0.17.6.bb new file mode 100644 index 0000000000..01febb81dd --- /dev/null +++ b/recipes/obsolete/pixman/pixman_0.17.6.bb @@ -0,0 +1,32 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_shr = "1" + +PR = "r1" + +BBCLASSEXTEND="native" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz;name=archive \ + file://0001-Dropped-delegation-support-for-pixman_blt.patch;patch=1 \ + file://0002-Test-program-for-pixman_blt-function.patch;patch=1 \ + file://0003-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \ + file://0004-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \ + file://0005-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \ + file://0006-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \ + " +SRC_URI[archive.md5sum] = "32cbdf7a1ac1c275ee56230e26701456" +SRC_URI[archive.sha256sum] = "14ea5a185d8ea6ce3203ff008279e3f3433b6a5bad5853b42a82978527e618cb" + +inherit autotools_stage + +NEON = " --disable-arm-neon " +NEON_armv7a = "" + +EXTRA_OECONF = "${NEON} --disable-gtk" + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + |