All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mei Lei <lei.mei@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/20]Add 20 recipes license checksum information
Date: Wed, 24 Nov 2010 18:57:35 +0800	[thread overview]
Message-ID: <cover.1290596255.git.lei.mei@intel.com> (raw)

This includes 20 recipes license file checksum update

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: lmei3/chksum
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum

Thanks,
    Mei Lei <lei.mei@intel.com>
---


Mei Lei (20):
  libatomics-ops:Add license checksum and update the GPL information
  libffi:Add license checksum to bb file
  libgdbus:Add license checksum and update the GPL information
  libpam:Add license checksum to bb file
  modutils:Add license checksum to bb file
  mtools:Add license checksum to bb file
  pax-utils:Add license checksum to bb file
  psmisc:Add license checksum to bb file
  autoconf:Add license checksum and add the GPL information
  automake:Add license checksum to bb file
  bison:Add license checksum to bb file
  byacc:Add license checksum and add the GPL information
  diffstat:Add license checksum to bb file
  distcc:Add license checksum to bb file
  gmp:Add license checksum and add the GPL information
  intltool:Add license checksum to bb file
  libmpc:Add license checksum and update the GPL information
  libpcre:Add license checksum to bb file
  m4:Add license checksum to bb file
  makedepend:Add license checksum to bb file

 meta/recipes-devtools/autoconf/autoconf_2.65.bb    |    4 +++-
 meta/recipes-devtools/automake/automake_1.11.1.bb  |    3 ++-
 meta/recipes-devtools/bison/bison_2.4.3.bb         |    3 ++-
 meta/recipes-devtools/diffstat/diffstat_1.54.bb    |    1 +
 meta/recipes-devtools/distcc/distcc_2.18.3.bb      |    1 +
 meta/recipes-devtools/intltool/intltool_0.40.6.bb  |    3 ++-
 meta/recipes-devtools/m4/m4_1.4.13.bb              |    1 +
 meta/recipes-devtools/mtools/mtools_3.9.9.bb       |    3 ++-
 meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb |    2 +-
 meta/recipes-extended/byacc/byacc_20100610.bb      |    3 ++-
 meta/recipes-extended/pam/libpam_1.1.1.bb          |    2 ++
 meta/recipes-extended/psmisc/psmisc_22.2.bb        |    2 ++
 meta/recipes-gnome/libffi/libffi_3.0.9.bb          |    2 +-
 .../recipes-graphics/xorg-util/makedepend_1.0.2.bb |    2 +-
 meta/recipes-kernel/modutils/modutils_2.4.27.bb    |    1 +
 .../pulseaudio/libatomics-ops_1.2.bb               |    6 ++++--
 meta/recipes-support/gmp/gmp_5.0.1.bb              |    4 +++-
 meta/recipes-support/libgdbus/libgdbus_git.bb      |    4 +++-
 meta/recipes-support/libmpc/libmpc_0.8.2.bb        |    3 ++-
 meta/recipes-support/libpcre/libpcre_8.10.bb       |    1 +
 20 files changed, 37 insertions(+), 14 deletions(-)



             reply	other threads:[~2010-11-24 11:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-24 10:57 Mei Lei [this message]
2010-11-24  3:16 ` [PATCH 01/20] libatomics-ops:Add license checksum and update the GPL information Mei Lei
2010-11-24  5:46 ` [PATCH 02/20] libffi:Add license checksum to bb file Mei Lei
2010-11-24  5:53 ` [PATCH 03/20] libgdbus:Add license checksum and update the GPL information Mei Lei
2010-11-24  6:27 ` [PATCH 04/20] libpam:Add license checksum to bb file Mei Lei
2010-11-24  6:29 ` [PATCH 05/20] modutils:Add " Mei Lei
2010-11-24  6:35 ` [PATCH 06/20] mtools:Add " Mei Lei
2010-11-24  6:46 ` [PATCH 07/20] pax-utils:Add " Mei Lei
2010-11-24  7:17 ` [PATCH 08/20] psmisc:Add " Mei Lei
2010-11-24  9:12 ` [PATCH 09/20] autoconf:Add license checksum and add the GPL information Mei Lei
2010-11-24  9:17 ` [PATCH 10/20] automake:Add license checksum to bb file Mei Lei
2010-11-24  9:19 ` [PATCH 11/20] bison:Add " Mei Lei
2010-11-24  9:49 ` [PATCH 12/20] byacc:Add license checksum and add the GPL information Mei Lei
2010-11-24 10:02 ` [PATCH 13/20] diffstat:Add license checksum to bb file Mei Lei
2010-11-24 10:04 ` [PATCH 14/20] distcc:Add " Mei Lei
2010-11-24 10:21 ` [PATCH 15/20] gmp:Add license checksum and add the GPL information Mei Lei
2010-11-24 10:25 ` [PATCH 16/20] intltool:Add license checksum to bb file Mei Lei
2010-11-24 10:32 ` [PATCH 17/20] libmpc:Add license checksum and update the GPL information Mei Lei
2010-11-24 10:35 ` [PATCH 18/20] libpcre:Add license checksum to bb file Mei Lei
2010-11-24 10:44 ` [PATCH 19/20] m4:Add " Mei Lei
2010-11-24 10:50 ` [PATCH 20/20] makedepend:Add " Mei Lei
2010-12-02 17:48 ` [PATCH 00/20]Add 20 recipes license checksum information Saul Wold

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=cover.1290596255.git.lei.mei@intel.com \
    --to=lei.mei@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.