From 5955fb18c35b142cbc2090114d817db05bbf6b6e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 28 Sep 2003 23:13:51 +0000 Subject: Correct nano configure problem (NOTE: update your site/arm-linux in OE as well). BKrev: 3f776b2fBHUXRzGCKRxr6ypjO00TXw --- nano/nano-1.2.1.oe | 8 ++++++++ nano/nano-1.2.1/configure.patch | 0 2 files changed, 8 insertions(+) create mode 100644 nano/nano-1.2.1/configure.patch (limited to 'nano') diff --git a/nano/nano-1.2.1.oe b/nano/nano-1.2.1.oe index e69de29bb2..4101150c0b 100644 --- a/nano/nano-1.2.1.oe +++ b/nano/nano-1.2.1.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/nano/nano-1.2.1/configure.patch b/nano/nano-1.2.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3