From patchwork Thu Nov 28 09:27:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 294827 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 93C352C007E for ; Thu, 28 Nov 2013 20:27:24 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 661133FBD4 for ; Thu, 28 Nov 2013 10:27:23 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id A9BED3FBD4 for ; Thu, 28 Nov 2013 10:27:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 629A442237A for ; Thu, 28 Nov 2013 10:27:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GkwNTLSHLXQK for ; Thu, 28 Nov 2013 10:27:18 +0100 (CET) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 15A644179AB for ; Thu, 28 Nov 2013 10:27:18 +0100 (CET) From: =?UTF-8?q?Mads=20Dor=C3=A9=20Hansen?= To: dev@oe-lite.org Subject: [base/ifplugd 1/2] NLAPI patch. Date: Thu, 28 Nov 2013 10:27:08 +0100 Message-Id: <1385630829-9065-1-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 1.8.4 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/ifplugd/ifplugd_0.28.oe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/ifplugd/ifplugd_0.28.oe b/recipes/ifplugd/ifplugd_0.28.oe index d698478..da35c2f 100644 --- a/recipes/ifplugd/ifplugd_0.28.oe +++ b/recipes/ifplugd/ifplugd_0.28.oe @@ -3,6 +3,7 @@ LICENSE = "GPL-2.0+" require ${PN}.inc SRC_URI += "file://nobash.patch" +SRC_URI += "file://nlapi_buffer.patch" # Avoid typedef conflicts between sys/types.h and linux/types.h # .../sys/types.h:62:17: error: conflicting types for 'dev_t'