From 09fe066c24502d13af3f8019a4c8f9a478b10a2a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 17:27:01 +0000 Subject: [PATCH] Merge zelda.tuxnami.org:code/packages 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 | 11 ----------- .../{cscope-15.4/configure.patch => cscope_15.5.oe} | 0 2 files changed, 11 deletions(-) delete mode 100644 cscope/cscope_15.4.oe rename cscope/{cscope-15.4/configure.patch => cscope_15.5.oe} (100%) 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}' -} diff --git a/cscope/cscope-15.4/configure.patch b/cscope/cscope_15.5.oe similarity index 100% rename from cscope/cscope-15.4/configure.patch rename to cscope/cscope_15.5.oe -- 2.39.5