From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8ER2-0001kb-KL for openembedded-core@lists.openembedded.org; Mon, 26 Sep 2011 18:53:40 +0200 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 p8QGsZf7003879 for ; Mon, 26 Sep 2011 17:54:35 +0100 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 vZ71kbpyYM3O for ; Mon, 26 Sep 2011 17:54:35 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8QGsWvs003858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 26 Sep 2011 17:54:33 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 26 Sep 2011 17:48:08 +0100 In-Reply-To: <1317052914-15572-1-git-send-email-raj.khem@gmail.com> References: <1317052914-15572-1-git-send-email-raj.khem@gmail.com> X-Mailer: Evolution 3.1.91- Message-ID: <1317055695.26109.64.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH] tcp-wrappers: Bump PR to make meta-oe merge 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: Mon, 26 Sep 2011 16:53:40 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-09-26 at 09:01 -0700, Khem Raj wrote: > meta-oe has a version of tcp-wrappers 7.6 recipe > which has virtually no differences with the one from > oe-core. So with this patch we can remove the recipe > from meta-oe > > Signed-off-by: Khem Raj > --- > .../tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master, thanks. Richard