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 1RVsPE-0000LP-O0 for openembedded-core@lists.openembedded.org; Wed, 30 Nov 2011 23:13:32 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pAUM6lLW006007; Wed, 30 Nov 2011 22:06:47 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 05846-02; Wed, 30 Nov 2011 22:06:44 +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 pAUM6fn6006001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Nov 2011 22:06:41 GMT Message-ID: <1322690810.17484.55.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Wed, 30 Nov 2011 22:06:50 +0000 In-Reply-To: <1322680162-24126-1-git-send-email-koen@dominion.thruhere.net> References: <1322680162-24126-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x 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: Wed, 30 Nov 2011 22:13:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-11-30 at 20:09 +0100, Koen Kooi wrote: > SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well) > > Signed-off-by: Koen Kooi > --- > meta/recipes-support/gdbm/gdbm_1.10.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) I merged patches 1-3 to master, thanks. I had to fix up the pulseaudio one as you evidently had other patches applied before it (I can guess which ones). Cheers, Richard