aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cscope/cscope_15.5.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 18:30:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 18:31:18 +0800
commit3da62b39e48f7c18516215b85ba59fdb05f571b0 (patch)
treee78dbc48b4faf0d488e43f8b9d69f223f991d66e /recipes/cscope/cscope_15.5.bb
parent690e114ba85eec8693957d204079d9b770ffec5c (diff)
downloadopenembedded-3da62b39e48f7c18516215b85ba59fdb05f571b0.tar.gz
cscope: Upgrade to 15.7a to address multiple flaws
Diffstat (limited to 'recipes/cscope/cscope_15.5.bb')
-rw-r--r--recipes/cscope/cscope_15.5.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/cscope/cscope_15.5.bb b/recipes/cscope/cscope_15.5.bb
deleted file mode 100644
index 9d41997a60..0000000000
--- a/recipes/cscope/cscope_15.5.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DEPENDS = "ncurses"
-DESCRIPTION = "A text screen-based source browser."
-SECTION = "console/utils"
-LICENSE = "BSD"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz"
-
-inherit autotools
-
-do_compile () {
- oe_runmake 'LDFLAGS=${LDFLAGS}'
-}