diff options
Diffstat (limited to 'cscope/cscope_15.4.oe')
-rw-r--r-- | cscope/cscope_15.4.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe index e69de29bb2..3472c4fd5d 100644 --- a/cscope/cscope_15.4.oe +++ b/cscope/cscope_15.4.oe @@ -0,0 +1,12 @@ +DEPENDS = virtual/libc ncurses-5.3 +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools + +do_compile () { + oe_runmake 'LDFLAGS=${LDFLAGS}' +} |