From: Chris Larson Date: Sun, 28 Sep 2003 23:13:51 +0000 (+0000) Subject: Correct nano configure problem (NOTE: update your site/arm-linux in OE as well). X-Git-Tag: Release-2010-05/1~20770 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5955fb18c35b142cbc2090114d817db05bbf6b6e;p=openembedded.git Correct nano configure problem (NOTE: update your site/arm-linux in OE as well). BKrev: 3f776b2fBHUXRzGCKRxr6ypjO00TXw --- 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