diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-13 21:24:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 13:15:51 +0100 |
commit | d0a8130b688d270bac1119aa1b1fde6cb2397a39 (patch) | |
tree | bacce31c69e4c500ae33915bc3bd07efae1bf0fb /meta/recipes-graphics/xorg-lib | |
parent | 38749cfebbcd812c3923684b184c281808ada50b (diff) | |
download | openembedded-core-d0a8130b688d270bac1119aa1b1fde6cb2397a39.tar.gz openembedded-core-d0a8130b688d270bac1119aa1b1fde6cb2397a39.tar.bz2 openembedded-core-d0a8130b688d270bac1119aa1b1fde6cb2397a39.zip |
pixman: upgrade from 0.20.2 to the latest stable 0.22.0
Update LIC_FILES_CHKSUM:
1) COPYING: only format change; no actual license change.
2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it.
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.22.0.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb index 00a58bf546..e5472c03ff 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb @@ -8,10 +8,10 @@ including trapezoids, triangles, and rectangles." require xorg-lib-common.inc LICENSE = "MIT & MIT-style & PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ 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" @@ -20,6 +20,6 @@ PR = "r0" EXTRA_OECONF="--disable-gtk" -SRC_URI[md5sum] = "7ed10a0f0fde6853613105a99735e7e7" -SRC_URI[sha256sum] = "30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9" +SRC_URI[md5sum] = "307fe4d7dc83b1a558c362907097c0d0" +SRC_URI[sha256sum] = "24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b" |