From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S7VzV-0004as-Cy for openembedded-core@lists.openembedded.org; Tue, 13 Mar 2012 18:58:33 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2DHnnDR030054 for ; Tue, 13 Mar 2012 17:49:49 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29654-03 for ; Tue, 13 Mar 2012 17:49:45 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2DHngUs030047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 13 Mar 2012 17:49:43 GMT Message-ID: <1331660983.18586.8.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Tue, 13 Mar 2012 17:49:43 +0000 In-Reply-To: <20120313095458.GD3861@jama.jama.net> References: <63F58257-6C34-409B-948C-B4C1D0CAF211@dominion.thruhere.net> <1331632334.15192.35.camel@ted> <20120313095458.GD3861@jama.jama.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 01/17] leafpad: Package currently unpackaged files. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 17:58:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-03-13 at 10:54 +0100, Martin Jansa wrote: > On Tue, Mar 13, 2012 at 09:52:14AM +0000, Richard Purdie wrote: > > On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote: > > > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven: > > > > meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 6 ++++-- > > > > 1 files changed, 4 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb > > > > index 68402c5..3d1bc43 100644 > > > > --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb > > > > +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb > > > > @@ -1,6 +1,5 @@ > > > > DESCRIPTION = "Simple GTK+ Text Editor" > > > > HOMEPAGE = "http://tarot.freeshell.org/leafpad/" > > > > -BUGTRACKER = "" > > > > > > > > LICENSE = "GPLv2 & GPLv2+" > > > > LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ > > > > @@ -14,7 +13,7 @@ SRC_URI = "http://savannah.nongnu.org/download/${BPN}/${BPN}-${PV}.tar.gz \ > > > > > > > > SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" > > > > SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" > > > > -PR = "r1" > > > > +PR = "r2" > > > > > > > > SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " > > ^^ this should be probably dropped too (at least apply=yes) or applied for everybody I agree we need to resolve those. Applying them unequivocally would be a bad idea though and we talked about a sato override. That is something for a different patch and I wish there were more hours in the day... Cheers, Richard