From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mx1.pokylinux.org (Postfix) with ESMTP id 0DE654C80FBE for ; Fri, 14 Jan 2011 09:52:11 -0600 (CST) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p0EFruqR011405; Fri, 14 Jan 2011 15:53:56 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Hgr4AJLXZlzN; Fri, 14 Jan 2011 15:53:56 +0000 (GMT) Received: from [192.168.1.42] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p0EFrmlL011392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 14 Jan 2011 15:53:50 GMT From: Richard Purdie To: Koen Kooi In-Reply-To: <1295007038-1119-1-git-send-email-koen@dominion.thruhere.net> References: <1295007038-1119-1-git-send-email-koen@dominion.thruhere.net> Date: Fri, 14 Jan 2011 15:51:51 +0000 Message-ID: <1295020311.14388.6289.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: poky@yoctoproject.org Subject: Re: [PATCH] external-python-tarball: add LIC_FILES_CHKSUM 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: Fri, 14 Jan 2011 15:52:12 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-01-14 at 13:10 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/recipes-core/meta/external-python-tarball.bb | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb > index 494b21c..eef93fd 100644 > --- a/meta/recipes-core/meta/external-python-tarball.bb > +++ b/meta/recipes-core/meta/external-python-tarball.bb > @@ -1,5 +1,8 @@ > DESCRIPTION = "Meta package for building a standalone python tarball" > LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" > > inherit meta Merged into master, thanks! Richard