Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe] Pull request for misc changes
Date: Mon, 09 May 2011 21:31:38 +0200	[thread overview]
Message-ID: <iq9feq$rn7$1@dough.gmane.org> (raw)
In-Reply-To: <BANLkTi=UexRucCByH0SrL-j0_+dB4DCC7Q@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07-05-11 21:19, Otavio Salvador wrote:
> Hello,
> 
> On the process of migrating our products to oe-core we have done some
> changes up to now...

I've merge the 12 patches and I'm doing some final sanity checking
before pushing them.

Thanks for addressing all the review comments!

regards,

Koen

> 
> The following changes since commit 1325cc262c3f1e3cb5153aff98287ea8c65b15cf:
> 
>   gcc-4.5: add checksums (2011-05-02 11:10:30 +0200)
> 
> are available in the git repository at:
>   git://github.com/OSSystems/meta-oe master
> 
> Otavio Salvador (8):
>       fuse: add 2.8.5
>       ntfs-3g-ntfsprogs: add 2011.4.12 recipes
>       setxkbmap: add 1.2.0 version
>       freerdp: add recipe based on GIT from 2009-03-29
>       pixman.inc: use Xorg mirror
>       p910nd: add 0.95 version
>       libiconv: drop hack since gettext was being inherited
>       libinih: add git recipe
> 
>  .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb   |    8 +++
>  meta-oe/recipes-graphics/xorg-lib/pixman.inc       |    2 +-
>  meta-oe/recipes-support/freerdp/freerdp.inc        |   23 +++++++++
>  meta-oe/recipes-support/freerdp/freerdp_git.bb     |   15 ++++++
>  meta-oe/recipes-support/fuse/fuse_2.8.5.bb         |   32 ++++++++++++
>  meta-oe/recipes-support/inih/libinih_git.bb        |   18 +++++++
>  .../recipes-support/libiconv/libiconv_1.13.1.bb    |    5 +--
>  .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |   25 ++++++++++
>  meta-oe/recipes-support/p910nd/files/avahi         |    9 ++++
>  meta-oe/recipes-support/p910nd/files/p910nd.init   |   38 +++++++++++++++
>  meta-oe/recipes-support/p910nd/p910nd_0.95.bb      |   51 ++++++++++++++++++++
>  11 files changed, 221 insertions(+), 5 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp.inc
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp_git.bb
>  create mode 100644 meta-oe/recipes-support/fuse/fuse_2.8.5.bb
>  create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb
>  create mode 100644
> meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
>  create mode 100644 meta-oe/recipes-support/p910nd/files/avahi
>  create mode 100755 meta-oe/recipes-support/p910nd/files/p910nd.init
>  create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNyEEaMkyGM64RGpERAk5jAKCxRiaYjTBeM8qo1Js0Jg3U41tROACeK3KU
YcAkvpPEjh9vwYS+31qN6fU=
=pAcB
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2011-05-09 19:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-07 19:19 [meta-oe] Pull request for misc changes Otavio Salvador
2011-05-07 19:59 ` Koen Kooi
2011-05-07 22:11 ` [meta-oe][PATCH 1/8] fuse: add 2.8.5 Otavio Salvador
2011-05-07 22:11   ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
2011-05-07 22:11     ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version Otavio Salvador
2011-05-07 22:11       ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
2011-05-07 22:11         ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror Otavio Salvador
2011-05-07 22:11           ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Otavio Salvador
2011-05-07 22:11             ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited Otavio Salvador
2011-05-07 22:11               ` [meta-oe][PATCH 8/8] libinih: add git recipe Otavio Salvador
2011-05-08  1:03                 ` Koen Kooi
2011-05-08  2:30                   ` Otavio Salvador
2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
2011-05-08  2:38               ` Otavio Salvador
2011-05-08  6:50               ` Paul Menzel
2011-05-08  8:31                 ` Koen Kooi
2011-05-08  1:00         ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Koen Kooi
2011-05-08  0:59     ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Koen Kooi
2011-05-09 19:31 ` Koen Kooi [this message]
2011-05-09 19:48   ` [meta-oe] Pull request for misc changes Otavio Salvador
2011-05-09 20:19     ` Koen Kooi

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='iq9feq$rn7$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox