diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:27 +0000 |
commit | e348e6e62261ea251958ea4a7a5560687dafe67f (patch) | |
tree | 187395b22f376812f1f098a282330aa3336e5a06 /meta/recipes-graphics/xorg-lib | |
parent | 840ca229476121409c163027e19b4dbd3c1b4daa (diff) | |
download | openembedded-core-e348e6e62261ea251958ea4a7a5560687dafe67f.tar.gz openembedded-core-e348e6e62261ea251958ea4a7a5560687dafe67f.tar.bz2 openembedded-core-e348e6e62261ea251958ea4a7a5560687dafe67f.zip |
pixman: upgrade from 0.20.0 to 0.21.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb index 0ccadcd91b..562ba14dee 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.21.2.bb @@ -3,16 +3,17 @@ DESCRIPTION = "Library for lowlevel pixel operations" require xorg-lib-common.inc LICENSE = "MIT & MIT-style & Public Domain" -LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=71e682cc54eaaf251f96a9038423a5c3 \ file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" DEPENDS = "virtual/libx11" -PR="r0" +PR = "r0" EXTRA_OECONF="--disable-gtk" -SRC_URI[md5sum] = "512ec766a911142b901157ba581f6e75" -SRC_URI[sha256sum] = "4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5" +SRC_URI[md5sum] = "4bc4cf052635265f7a98ad3e890ae329" +SRC_URI[sha256sum] = "7ea3601f6ab411645d73db2f37096f5979425d309784a865444ecfa18614d06d" + |