From patchwork Tue Mar 19 09:06:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Kjaergaard X-Patchwork-Id: 228958 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 60D452C00AD for ; Tue, 19 Mar 2013 20:06:15 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id E0D393F987 for ; Tue, 19 Mar 2013 10:06:13 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id DCA363F987 for ; Tue, 19 Mar 2013 10:06:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1897; q=dns/txt; s=ironport1; t=1363683971; x=1395219971; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=Z93Qrp6Z2LWEf45lcr80TplIMaGaiqq3iG2xVVkLB2Y=; b=Wy+gePssy2nU7z6/4rujE5GgdS0tKKVPqI3qFB44IRdH8SobVzcRTLr6 1DUsmIPDj5sqIjoP4AjNUGeVvGUpIbKVqoZ7miFiD/F726u1lj8J3cX8/ V/G7RL0aPazCRJfYojs0hUBTgyXH4m/A931wI5+NGTKNuhQ4llCxUZ3aS k=; X-IronPort-AV: E=Sophos;i="4.84,870,1355094000"; d="scan'208";a="2885951" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 19 Mar 2013 10:06:11 +0100 Received: from arh116.prevas.se (172.16.11.18) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.342.3; Tue, 19 Mar 2013 10:06:11 +0100 From: Jacob Barsoe To: Subject: [PATCH 1/2] nano: Add version 2.3.1 Date: Tue, 19 Mar 2013 10:06:08 +0100 Message-ID: X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.11.18] 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: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Jacob Kjaergaard --- recipes/nano/nano-2.3.1/ncursesw.includedir.patch | 12 ++++++++++++ recipes/nano/nano_2.3.1.oe | 5 +++++ recipes/nano/nano_2.3.1.oe.sig | 1 + 3 files changed, 18 insertions(+) create mode 100644 recipes/nano/nano-2.3.1/ncursesw.includedir.patch create mode 100644 recipes/nano/nano_2.3.1.oe create mode 100644 recipes/nano/nano_2.3.1.oe.sig diff --git a/recipes/nano/nano-2.3.1/ncursesw.includedir.patch b/recipes/nano/nano-2.3.1/ncursesw.includedir.patch new file mode 100644 index 0000000..0f224be --- /dev/null +++ b/recipes/nano/nano-2.3.1/ncursesw.includedir.patch @@ -0,0 +1,12 @@ +diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac +--- nano-2.2.5.orig//configure.ac 2010-08-06 03:00:51.000000000 +0200 ++++ nano-2.2.5/configure.ac 2010-08-10 14:11:52.000000000 +0200 +@@ -442,7 +442,7 @@ + AC_CHECK_HEADERS(ncurses.h) + + if test x$enable_utf8 != xno; then +- AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes]) ++ AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes]) + fi + + if eval "test x$CURSES_LIB_NAME = x"; then diff --git a/recipes/nano/nano_2.3.1.oe b/recipes/nano/nano_2.3.1.oe new file mode 100644 index 0000000..b99408f --- /dev/null +++ b/recipes/nano/nano_2.3.1.oe @@ -0,0 +1,5 @@ +LICENSE = "GPL-3.0+" + +include nano.inc + +SRC_URI += "file://ncursesw.includedir.patch" diff --git a/recipes/nano/nano_2.3.1.oe.sig b/recipes/nano/nano_2.3.1.oe.sig new file mode 100644 index 0000000..68f7552 --- /dev/null +++ b/recipes/nano/nano_2.3.1.oe.sig @@ -0,0 +1 @@ +bd1993189f82649b4960b1ccd7142a61f43f2993 nano-2.3.1.tar.gz