diff options
Diffstat (limited to 'cscope/cscope_15.4.oe')
-rw-r--r-- | cscope/cscope_15.4.oe | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe deleted file mode 100644 index 4e6d77d490..0000000000 --- a/cscope/cscope_15.4.oe +++ /dev/null @@ -1,11 +0,0 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses - -SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 - -inherit autotools - -do_compile () { - oe_runmake 'LDFLAGS=${LDFLAGS}' -} |