diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-28 00:30:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:14 +0000 |
commit | 903ef2693a3451aee917b657c708d8b36450f333 (patch) | |
tree | 4881e9582a78ca74441ed3c4e8aa17540510a875 /meta | |
parent | 7e2f36814ebf2e34c0447f5b0d87e10dad78d623 (diff) | |
download | poky-903ef2693a3451aee917b657c708d8b36450f333.tar.gz |
pixman: upgrade from 0.21.2 to 0.21.4
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb index 562ba14dee..45f6b1959e 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Library for lowlevel pixel operations" | |||
3 | require xorg-lib-common.inc | 3 | require xorg-lib-common.inc |
4 | 4 | ||
5 | LICENSE = "MIT & MIT-style & Public Domain" | 5 | LICENSE = "MIT & MIT-style & Public Domain" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=71e682cc54eaaf251f96a9038423a5c3 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ |
7 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ | 7 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ |
8 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | 8 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ |
9 | file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" | 9 | file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" |
@@ -14,6 +14,6 @@ PR = "r0" | |||
14 | 14 | ||
15 | EXTRA_OECONF="--disable-gtk" | 15 | EXTRA_OECONF="--disable-gtk" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "4bc4cf052635265f7a98ad3e890ae329" | 17 | SRC_URI[md5sum] = "ae57f4fa9121ab9895b9789b2e81f1e0" |
18 | SRC_URI[sha256sum] = "7ea3601f6ab411645d73db2f37096f5979425d309784a865444ecfa18614d06d" | 18 | SRC_URI[sha256sum] = "7809f8aa7dcd99bc0e3a12eef65266d34e1f2988df4c814e5f747ddceed22ddf" |
19 | 19 | ||