From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx1.pokylinux.org (Postfix) with ESMTP id 3E6AF4C80039 for ; Thu, 2 Dec 2010 11:48:24 -0600 (CST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 02 Dec 2010 09:48:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,289,1288594800"; d="scan'208";a="863665386" Received: from unknown (HELO [10.255.12.252]) ([10.255.12.252]) by fmsmga001.fm.intel.com with ESMTP; 02 Dec 2010 09:48:23 -0800 Message-ID: <4CF7DBE7.2080607@intel.com> Date: Thu, 02 Dec 2010 09:48:23 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: poky@yoctoproject.org References: In-Reply-To: Subject: Re: [PATCH 00/20]Add 20 recipes license checksum information X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 17:48:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/24/2010 02:57 AM, Mei Lei wrote: > 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 > --- > > > 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(-) > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky > Pull into Master Thanks Sau!