Merge zelda.tuxnami.org:code/packages
authorChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 17:27:01 +0000 (17:27 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 17:27:01 +0000 (17:27 +0000)
into linux.local:/home/kergoth/code/packages

2004/01/20 12:26:44-05:00 local!kergoth
Bump cscope version to 15.5, which works with recent bison versions.

BKrev: 400d64e5Je_TI_qSTcLuOIrNg6SnpQ

cscope/cscope_15.4.oe [deleted file]
cscope/cscope_15.5.oe [moved from cscope/cscope-15.4/configure.patch with 100% similarity]

diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe
deleted file mode 100644 (file)
index 4e6d77d..0000000
+++ /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}'
-}