* [Dexuan: Jan 31: pixman: PULL 0/2] pixman: downgrade from development release 0.21.4 to stable release 0.20.2
@ 2011-01-31 6:11 Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 1/2] " Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 2/2] distro_tracking_fields.inc: update pixman Dexuan Cui
0 siblings, 2 replies; 3+ messages in thread
From: Dexuan Cui @ 2011-01-31 6:11 UTC (permalink / raw)
To: poky
From: Dexuan Cui <dexuan.cui@intel.com>
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.
Sorry for my previous ignorance about this and thanks Koen Kooi's reminder.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dcui/master
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
Thanks,
Dexuan Cui <dexuan.cui@intel.com>
---
Dexuan Cui (2):
pixman: downgrade from development release 0.21.4 to stable release
0.20.2
distro_tracking_fields.inc: update pixman
.../conf/distro/include/distro_tracking_fields.inc | 3 ++-
.../distro/include/preferred-xorg-versions.inc | 2 +-
.../{pixman_0.21.4.bb => pixman_0.20.2.bb} | 7 ++++---
3 files changed, 7 insertions(+), 5 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.21.4.bb => pixman_0.20.2.bb} (70%)
--
1.7.2
^ permalink raw reply [flat|nested] 3+ messages in thread* [Dexuan: Jan 31: pixman: PULL 1/2] pixman: downgrade from development release 0.21.4 to stable release 0.20.2
2011-01-31 6:11 [Dexuan: Jan 31: pixman: PULL 0/2] pixman: downgrade from development release 0.21.4 to stable release 0.20.2 Dexuan Cui
@ 2011-01-31 6:11 ` Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 2/2] distro_tracking_fields.inc: update pixman Dexuan Cui
1 sibling, 0 replies; 3+ messages in thread
From: Dexuan Cui @ 2011-01-31 6:11 UTC (permalink / raw)
To: poky
From: Dexuan Cui <dexuan.cui@intel.com>
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>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
.../{pixman_0.21.4.bb => pixman_0.20.2.bb} | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.21.4.bb => pixman_0.20.2.bb} (70%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 52be0aa..3a4bd33 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -82,7 +82,7 @@ PREFERRED_VERSION_libxxf86vm ?= "1.1.1"
PREFERRED_VERSION_lndir ?= "1.0.1"
PREFERRED_VERSION_makedepend ?= "1.0.3"
PREFERRED_VERSION_makedepend-native ?= "1.0.3"
-PREFERRED_VERSION_pixman ?= "0.21.4"
+PREFERRED_VERSION_pixman ?= "0.20.2"
PREFERRED_VERSION_printproto ?= "1.0.5"
PREFERRED_VERSION_randrproto ?= "1.3.2"
PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2"
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb
similarity index 70%
rename from meta/recipes-graphics/xorg-lib/pixman_0.21.4.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb
index 45f6b19..dfd883e 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"
require xorg-lib-common.inc
LICENSE = "MIT & MIT-style & Public Domain"
-LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \
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"
+PE = "1"
PR = "r0"
EXTRA_OECONF="--disable-gtk"
-SRC_URI[md5sum] = "ae57f4fa9121ab9895b9789b2e81f1e0"
-SRC_URI[sha256sum] = "7809f8aa7dcd99bc0e3a12eef65266d34e1f2988df4c814e5f747ddceed22ddf"
+SRC_URI[md5sum] = "7ed10a0f0fde6853613105a99735e7e7"
+SRC_URI[sha256sum] = "30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9"
--
1.7.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Dexuan: Jan 31: pixman: PULL 2/2] distro_tracking_fields.inc: update pixman
2011-01-31 6:11 [Dexuan: Jan 31: pixman: PULL 0/2] pixman: downgrade from development release 0.21.4 to stable release 0.20.2 Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 1/2] " Dexuan Cui
@ 2011-01-31 6:11 ` Dexuan Cui
1 sibling, 0 replies; 3+ messages in thread
From: Dexuan Cui @ 2011-01-31 6:11 UTC (permalink / raw)
To: poky
From: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 9f99e50..0b3e232 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -4332,12 +4332,13 @@ RECIPE_MAINTAINER_pn-libxkbfile = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-pixman = "green"
RECIPE_DEPENDENCY_CHECK_pn-pixman = "not done"
RECIPE_LATEST_VERSION_pn-pixman = "0.21.4"
+RECIPE_NO_UPDATE_REASON_pn-pixman = "Do not upgrade to version: 0.21.4 because it's a development snapshot. pixman's stable releases have even minor version numbers."
RECIPE_NO_OF_PATCHES_pn-pixman = "0"
RECIPE_INTEL_SECTION_pn-pixman = "x11/libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "2 months"
RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Jan 19, 2011"
RECIPE_COMMENTS_pn-pixman = ""
-RECIPE_LAST_UPDATE_pn-pixman = "Jan 28, 2011"
+RECIPE_LAST_UPDATE_pn-pixman = "Jan 31, 2011"
RECIPE_MAINTAINER_pn-pixman = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-xtrans = "green"
--
1.7.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-31 6:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 6:11 [Dexuan: Jan 31: pixman: PULL 0/2] pixman: downgrade from development release 0.21.4 to stable release 0.20.2 Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 1/2] " Dexuan Cui
2011-01-31 6:11 ` [Dexuan: Jan 31: pixman: PULL 2/2] distro_tracking_fields.inc: update pixman Dexuan Cui
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.