| Submitter | Dexuan Cui |
|---|---|
| Date | Nov. 30, 2011, 2:12 p.m. |
| Message ID | <cover.1322662245.git.dexuan.cui@intel.com> |
| Download | mbox |
| Permalink | /patch/15845/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib dcui/masterComments
On Wed, 2011-11-30 at 22:12 +0800, Dexuan Cui wrote: > The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d: > > clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +0800) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dcui/master > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master > > Dexuan Cui (8): > pixman: upgrade from 0.22.0 to the latest stable 0.24.0 > libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 > lzo: upgrade from 2.05 to the latest version 2.06 > libxfont: upgrade from 1.4.3 to 1.4.4 > libxcursor: upgrade from 1.1.11 to 1.1.12 > xcb-util: upgrade from 0.3.6 to 0.3.8 I merged these, thanks. > inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 I was a bit worried about this one - is 20.0.99.1 stable or a prerelease version? Should we just wait for the final release of that one? > distro_tracking_fields.inc: update the info This failed to apply. Could you rebase and resubmit please? Cheers, Richard
Richard Purdie wrote on 2011-12-01: > On Wed, 2011-11-30 at 22:12 +0800, Dexuan Cui wrote: >> The following changes since commit >> 00d121aad3a4263bc0e3a004a3a479e6352e063d: >> >> clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 >> (2011-11-30 22:06:00 +0800) >> >> are available in the git repository at: >> git://git.pokylinux.org/poky-contrib dcui/master >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master >> Dexuan Cui (8): >> pixman: upgrade from 0.22.0 to the latest stable 0.24.0 >> libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 >> lzo: upgrade from 2.05 to the latest version 2.06 >> libxfont: upgrade from 1.4.3 to 1.4.4 >> libxcursor: upgrade from 1.1.11 to 1.1.12 >> xcb-util: upgrade from 0.3.6 to 0.3.8 > > I merged these, thanks. > >> inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 > > I was a bit worried about this one - is 20.0.99.1 stable or a prerelease version? > Should we just wait for the final release of that one? Thanks for the remind! It's a development snapshot of 2.1. 2.1.x (like 2.1.99.1) is not stable yet, either. So, I think we can use the current 2.0.2 until 2.2 is out. I'll update the RECIPE_NO_UPDATE_REASON field in distro_tracking_fields.inc. > >> distro_tracking_fields.inc: update the info > > This failed to apply. Could you rebase and resubmit please? I don't know the cause, but it did apply in my side, against poky master, or oe-core master. Anyway, I'll rebase it against poky master(I'll also ensure it can apply fine against oe-core master). Thanks, -- Dexuan
The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d: clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/master http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (8): pixman: upgrade from 0.22.0 to the latest stable 0.24.0 libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 lzo: upgrade from 2.05 to the latest version 2.06 libxfont: upgrade from 1.4.3 to 1.4.4 libxcursor: upgrade from 1.1.11 to 1.1.12 xcb-util: upgrade from 0.3.6 to 0.3.8 inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 distro_tracking_fields.inc: update the info .../conf/distro/include/distro_tracking_fields.inc | 66 ++++++++++--------- meta/recipes-graphics/xcb/xcb-util_0.3.6.bb | 18 ----- meta/recipes-graphics/xcb/xcb-util_0.3.8.bb | 9 +++ .../{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} | 4 +- .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb} | 8 +-- .../{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb} | 6 +- .../{pixman_0.22.0.bb => pixman_0.24.0.bb} | 4 +- ...{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} | 4 +- .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 | 0 .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch | 9 +++- .../lzo/{lzo_2.05.bb => lzo_2.06.bb} | 4 +- 11 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} (79%) rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%) rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb} (80%) rename meta/recipes-graphics/xorg-lib/{pixman_0.22.0.bb => pixman_0.24.0.bb} (83%) rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} (78%) rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 (100%) rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch (79%) rename meta/recipes-support/lzo/{lzo_2.05.bb => lzo_2.06.bb} (81%)