diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-31 13:35:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:40 +0000 |
commit | cfe132799f9ff724babd250dc63e3176763e13df (patch) | |
tree | e2258c9ffd05258a9ac2dfff3c5ed96a18c75be8 /meta/recipes-graphics | |
parent | 18acdfb7d4440a33aa5312aebfbf0ecd529b06fc (diff) | |
download | poky-cfe132799f9ff724babd250dc63e3176763e13df.tar.gz |
pixman: downgrade from development release 0.21.4 to stable release 0.20.2
pixman's stable releases have even minor version numbers, e.g., 0.18.x, 0.20.x.
Odd minor version numbers mean development snapshots that may contain bugs and
experimental features.
The next stable release should be 0.22.0.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb index 45f6b1959e..dfd883e82c 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb | |||
@@ -3,17 +3,18 @@ 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=14096c769ae0cbb5fcb94ec468be11b3 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ |
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" |
10 | 10 | ||
11 | DEPENDS = "virtual/libx11" | 11 | DEPENDS = "virtual/libx11" |
12 | 12 | ||
13 | PE = "1" | ||
13 | PR = "r0" | 14 | PR = "r0" |
14 | 15 | ||
15 | EXTRA_OECONF="--disable-gtk" | 16 | EXTRA_OECONF="--disable-gtk" |
16 | 17 | ||
17 | SRC_URI[md5sum] = "ae57f4fa9121ab9895b9789b2e81f1e0" | 18 | SRC_URI[md5sum] = "7ed10a0f0fde6853613105a99735e7e7" |
18 | SRC_URI[sha256sum] = "7809f8aa7dcd99bc0e3a12eef65266d34e1f2988df4c814e5f747ddceed22ddf" | 19 | SRC_URI[sha256sum] = "30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9" |
19 | 20 | ||