[oe-commits] Holger Hans Peter Freyther : cscope: Upgrade to 15. 7a to address multiple flaws

git version control git at git.openembedded.org
Tue Mar 16 10:32:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3da62b39e48f7c18516215b85ba59fdb05f571b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3da62b39e48f7c18516215b85ba59fdb05f571b0

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Mar 16 18:30:07 2010 +0800

cscope: Upgrade to 15.7a to address multiple flaws

---

 conf/checksums.ini             |    8 --------
 recipes/cscope/cscope_15.5.bb  |   12 ------------
 recipes/cscope/cscope_15.7a.bb |   14 ++++++++++++++
 3 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 3fe8493..8dd9d6c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -4786,14 +4786,6 @@ sha256=fc7ac2829df8d394635aa1cc704b78e93ca287111df1001e5738ae2282691219
 md5=779415872c771b580e4c6d10346b3a79
 sha256=0903c37aaa9ced2c12a9e7d4a418b7d57d5a92a0f1451afd29f70bd0da240bc8
 
-[http://downloads.sourceforge.net/cscope/cscope-15.5.tar.gz]
-md5=beb6032a301bb11524aec74bfb5e4840
-sha256=be49cda0a9d33add89cabe0dfcef436a2863a7b0b833767875e0b7a6e8b4c4d1
-
-[http://heanet.dl.sourceforge.net/cscope/cscope-15.5.tar.gz]
-md5=beb6032a301bb11524aec74bfb5e4840
-sha256=be49cda0a9d33add89cabe0dfcef436a2863a7b0b833767875e0b7a6e8b4c4d1
-
 [http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch]
 md5=d3fe4cda3545f3e4718f1acc186608ab
 sha256=3aefaa17ffa38143bf5df1161c51ab402d35bfbee41ab4643c313edf569165d5
diff --git a/recipes/cscope/cscope_15.5.bb b/recipes/cscope/cscope_15.5.bb
deleted file mode 100644
index 9d41997..0000000
--- 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}'
-}
diff --git a/recipes/cscope/cscope_15.7a.bb b/recipes/cscope/cscope_15.7a.bb
new file mode 100644
index 0000000..851855b
--- /dev/null
+++ b/recipes/cscope/cscope_15.7a.bb
@@ -0,0 +1,14 @@
+DEPENDS = "ncurses"
+DESCRIPTION = "A text screen-based source browser."
+SECTION = "console/utils"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.bz2;name=src"
+SRC_URI[src.md5sum] = "da43987622ace8c36bbf14c15a350ec1"
+SRC_URI[src.sha256sum] = "02638bcba790bc8b0562f28dbe789e61794415079d94a676efc287d18dc96037"
+
+inherit autotools
+
+do_compile () {
+	oe_runmake 'LDFLAGS=${LDFLAGS}'
+}





More information about the Openembedded-commits mailing list