From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by mx1.pokylinux.org (Postfix) with ESMTP id 3C1324C80FAC for ; Thu, 2 Dec 2010 13:13:53 -0600 (CST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 02 Dec 2010 11:13:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,289,1288594800"; d="scan'208";a="356235956" Received: from unknown (HELO [10.255.12.252]) ([10.255.12.252]) by azsmga001.ch.intel.com with ESMTP; 02 Dec 2010 11:13:40 -0800 Message-ID: <4CF7EFE4.9010103@intel.com> Date: Thu, 02 Dec 2010 11:13:40 -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: Adrian Alonso References: <1291257381-21280-1-git-send-email-aalonso@secretlab.ca> <1291257381-21280-2-git-send-email-aalonso@secretlab.ca> <4CF726CC.7020505@intel.com> In-Reply-To: Cc: "poky@yoctoproject.org" Subject: Re: [PATCH 2/2] xrandr: fix license checksum 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 19:13:53 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/01/2010 09:02 PM, Adrian Alonso wrote: > Ok, > > Do yocto has a work queue page? like patchwork web interface > I saw some treads about LICENSE CHECKSUM errors > but only both propossed patchs prevent me to build poky-sato for > a demo that at presenting tomorrow at my school. > We are using a Maintainer mode similar to the kernel mode, currently we do not have any kind of work queue page or patchwork interface. I will be pulling your fix into the next round of patches. Sau! > Regards > > On Wed, Dec 1, 2010 at 10:55 PM, Saul Wold > wrote: > > On 12/01/2010 06:36 PM, Adrian Alonso wrote: > > * Fix FATAL: Licensing warning: LIC_FILES_CHKSUM does not match > * Bump PR > > Adrian, > > Thanks for these patches, we already have this change queue as part > of a consolidated request. We hope to have it in master tomorrow > sometime. > > Sau! > > > Signed-off-by: Adrian Alonso > > --- > meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb > | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb > > b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb > > index 8712ff6..7d2a678 100644 > --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb > > +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb > > @@ -2,10 +2,10 @@ require xorg-app-common.inc > > DESCRIPTION = "X Resize and Rotate extension command." > LICENSE= "BSD-X" > -LIC_FILES_CHKSUM = > "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" > +LIC_FILES_CHKSUM = > "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" > DEPENDS += "libxrandr libxrender" > PE = "1" > -PR = "r0" > +PR = "r1" > > SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c" > SRC_URI[sha256sum] = > "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb" > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky > > > > > -- > Saludos > Adrian Alonso > http://aalonso.wordpress.com >