From: Saul Wold <saul.wold@intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 00/17] *** [PULL] X apps/UX upgrade, Edwin, Nov19, 2010 ***
Date: Mon, 22 Nov 2010 09:51:04 -0800 [thread overview]
Message-ID: <4CEAAD88.2090001@intel.com> (raw)
In-Reply-To: <cover.1290165996.git.edwin.zhai@intel.com>
On 11/19/2010 03:26 AM, Zhai Edwin wrote:
> Saul,
> This is upgrade for X apps and UX. Pls. review and pull.
> Thanks,
> edwin
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: gzhai/distro
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/distro
>
> Thanks,
> Zhai Edwin<edwin.zhai@intel.com>
> ---
>
>
> Dongxiao Xu (1):
> matchbox-panel: Change function name "sync" to avoid conflict
>
> Zhai Edwin (16):
> libgpg-error: Update to 1.9
> libassuan: Update to 2.0.1
> libuser: Update to 0.56.18
> xz: Update to 5.0.0
> ed: Update to 1.5
I needed to make some tweaks to patches
> avahi: Update to 0.6.28
> libowl-av: Update to svn r416
> tasks: Update to 0.18
I had to remove a patch that was no longer needed.
> atk: Update to 1.32.0
> libsoup-2.4: Update to 2.32.1
> matchbox-panel-2: Update to svn r2111
> libgnome-keyring: Update to 2.32.0
> gnome-keyring: Update to 2.32.1
> libfm: Update to 0.1.14
Had a rename issue with this, but I fixed it.
> pcmanfm: Update to 0.9.8
> commit ae8dd607a154e8639d18014eb442f0fa48d55971
>
Pulled into Master, please check your builds.
Thanks
Sau!
> .../conf/distro/include/distro_tracking_fields.inc | 82 ++++++++++----------
> .../conf/distro/include/poky-default-revisions.inc | 4 +-
> .../avahi/{avahi_0.6.27.bb => avahi_0.6.28.bb} | 2 +-
> .../ed/{ed-1.4 => ed-1.5}/ed-1.2-build.patch | 0
> meta/recipes-extended/ed/{ed_1.4.bb => ed_1.5.bb} | 0
> .../disable-sgml-doc.patch | 0
> .../{libuser_0.56.16.bb => libuser_0.56.18.bb} | 0
> .../xz/{xz_4.999.9beta.bb => xz_5.0.0.bb} | 0
> ...e-keyring_2.31.4.bb => gnome-keyring_2.32.1.bb} | 0
> ...eyring_2.30.1.bb => libgnome-keyring_2.32.0.bb} | 0
> .../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
> .../pcmanfm/{pcmanfm_0.9.7.bb => pcmanfm_0.9.8.bb} | 0
> .../pimlico/{tasks_0.16.bb => tasks_0.18.bb} | 0
> .../atk/{atk_1.30.0.bb => atk_1.32.0.bb} | 2 +-
> .../{libassuan_2.0.0.bb => libassuan_2.0.1.bb} | 4 +-
> .../libfm/{libfm_0.1.12.bb => libfm_0.1.14.bb} | 0
> .../pkgconfig.patch | 0
> .../{libgpg-error_1.8.bb => libgpg-error_1.9.bb} | 0
> ...libsoup-2.4_2.31.2.bb => libsoup-2.4_2.32.1.bb} | 2 +-
> 19 files changed, 49 insertions(+), 49 deletions(-)
> rename meta/recipes-connectivity/avahi/{avahi_0.6.27.bb => avahi_0.6.28.bb} (98%)
> rename meta/recipes-extended/ed/{ed-1.4 => ed-1.5}/ed-1.2-build.patch (100%)
> rename meta/recipes-extended/ed/{ed_1.4.bb => ed_1.5.bb} (100%)
> rename meta/recipes-extended/libuser/{libuser-0.56.16 => libuser-0.56.18}/disable-sgml-doc.patch (100%)
> rename meta/recipes-extended/libuser/{libuser_0.56.16.bb => libuser_0.56.18.bb} (100%)
> rename meta/recipes-extended/xz/{xz_4.999.9beta.bb => xz_5.0.0.bb} (100%)
> rename meta/recipes-gnome/gnome/{gnome-keyring_2.31.4.bb => gnome-keyring_2.32.1.bb} (100%)
> rename meta/recipes-gnome/gnome/{libgnome-keyring_2.30.1.bb => libgnome-keyring_2.32.0.bb} (100%)
> rename meta/recipes-sato/pcmanfm/{pcmanfm_0.9.7.bb => pcmanfm_0.9.8.bb} (100%)
> rename meta/recipes-sato/pimlico/{tasks_0.16.bb => tasks_0.18.bb} (100%)
> rename meta/recipes-support/atk/{atk_1.30.0.bb => atk_1.32.0.bb} (81%)
> rename meta/recipes-support/libassuan/{libassuan_2.0.0.bb => libassuan_2.0.1.bb} (72%)
> rename meta/recipes-support/libfm/{libfm_0.1.12.bb => libfm_0.1.14.bb} (100%)
> rename meta/recipes-support/libgpg-error/{libgpg-error-1.8 => libgpg-error-1.9}/pkgconfig.patch (100%)
> rename meta/recipes-support/libgpg-error/{libgpg-error_1.8.bb => libgpg-error_1.9.bb} (100%)
> rename meta/recipes-support/libsoup/{libsoup-2.4_2.31.2.bb => libsoup-2.4_2.32.1.bb} (86%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
prev parent reply other threads:[~2010-11-22 17:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-19 11:26 [PATCH 00/17] *** [PULL] X apps/UX upgrade, Edwin, Nov19, 2010 *** Zhai Edwin
2010-11-18 0:38 ` [PATCH 01/17] libgpg-error: Update to 1.9 Zhai Edwin
2010-11-19 0:00 ` [PATCH 02/17] libassuan: Update to 2.0.1 Zhai Edwin
2010-11-19 0:00 ` [PATCH 08/17] tasks: Update to 0.18 Zhai Edwin
2010-11-19 0:00 ` [PATCH 05/17] ed: Update to 1.5 Zhai Edwin
2010-11-19 0:00 ` [PATCH 06/17] avahi: Update to 0.6.28 Zhai Edwin
2010-11-19 0:00 ` [PATCH 04/17] xz: Update to 5.0.0 Zhai Edwin
2010-11-19 0:00 ` [PATCH 03/17] libuser: Update to 0.56.18 Zhai Edwin
2010-11-19 0:00 ` [PATCH 07/17] libowl-av: Update to svn r416 Zhai Edwin
2010-11-19 0:00 ` [PATCH 10/17] libsoup-2.4: Update to 2.32.1 Zhai Edwin
2010-11-19 0:00 ` [PATCH 09/17] atk: Update to 1.32.0 Zhai Edwin
2010-11-19 11:23 ` [PATCH 11/17] matchbox-panel: Change function name "sync" to avoid conflict Dongxiao Xu
2010-11-19 11:24 ` [PATCH 12/17] matchbox-panel-2: Update to svn r2111 Zhai Edwin
2010-11-19 11:24 ` [PATCH 14/17] gnome-keyring: Update to 2.32.1 Zhai Edwin
2010-11-19 11:24 ` [PATCH 13/17] libgnome-keyring: Update to 2.32.0 Zhai Edwin
2010-11-19 11:24 ` [PATCH 15/17] libfm: Update to 0.1.14 Zhai Edwin
2010-11-19 11:24 ` [PATCH 17/17] commit ae8dd607a154e8639d18014eb442f0fa48d55971 Zhai Edwin
2010-11-19 11:24 ` [PATCH 16/17] pcmanfm: Update to 0.9.8 Zhai Edwin
2010-11-19 11:25 ` [PATCH 00/17] *** [PULL] X apps/UX upgrade, Edwin, Nov19, 2010 *** Zhai, Edwin
2010-11-22 17:51 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CEAAD88.2090001@intel.com \
--to=saul.wold@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.