From: Chris Larson Date: Mon, 6 Oct 2003 19:33:00 +0000 (+0000) Subject: Compile fix for bvi due to ncurses header path issues (was expected redhatish). X-Git-Tag: Release-2010-05/1~20706 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f454d5af80c5cc4cf23dcf40f791beff5bdb35;p=openembedded.git Compile fix for bvi due to ncurses header path issues (was expected redhatish). BKrev: 3f81c36c-8Gzw8dDcQ-5fxNEbEd6_Q --- diff --git a/bvi/bvi-1.3.1.oe b/bvi/bvi-1.3.1.oe index e69de29bb2..089dcc9594 100644 --- a/bvi/bvi-1.3.1.oe +++ b/bvi/bvi-1.3.1.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI = ${SOURCEFORGE_MIRROR}/bvi/bvi-1.3.1.src.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/compile.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools diff --git a/bvi/bvi-1.3.1/compile.patch b/bvi/bvi-1.3.1/compile.patch new file mode 100644 index 0000000000..e69de29bb2