From 274f439365f54baa2efbfdb65861f83628ce0cca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jan 2020 05:41:07 -0800 Subject: cscope: upgrade 15.8b -> 15.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/cscope/cscope_15.8b.bb | 24 ------------------------ meta-oe/recipes-devtools/cscope/cscope_15.9.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-devtools/cscope/cscope_15.8b.bb create mode 100644 meta-oe/recipes-devtools/cscope/cscope_15.9.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb deleted file mode 100644 index 199c31e154..0000000000 --- a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2015 Igor Santos -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "Cscope is a text screen based source browser" -DESCRIPTION = "Cscope is a developer's tool for browsing source code. \ - It has an impeccable Unix pedigree, having been originally \ - developed at Bell Labs back in the days of the PDP-11. \ - Cscope was part of the official AT&T Unix distribution for \ - many years, and has been used to manage projects involving 20 \ - million lines of code!" - -HOMEPAGE = "http://cscope.sourceforge.net/" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b" - -inherit autotools - -DEPENDS += "ncurses" - -SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/${PV}/${BP}.tar.gz" - -SRC_URI[md5sum] = "8f9409a238ee313a96f9f87fe0f3b176" -SRC_URI[sha256sum] = "4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af" diff --git a/meta-oe/recipes-devtools/cscope/cscope_15.9.bb b/meta-oe/recipes-devtools/cscope/cscope_15.9.bb new file mode 100644 index 0000000000..99f3ba85de --- /dev/null +++ b/meta-oe/recipes-devtools/cscope/cscope_15.9.bb @@ -0,0 +1,24 @@ +# Copyright (C) 2015 Igor Santos +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Cscope is a text screen based source browser" +DESCRIPTION = "Cscope is a developer's tool for browsing source code. \ + It has an impeccable Unix pedigree, having been originally \ + developed at Bell Labs back in the days of the PDP-11. \ + Cscope was part of the official AT&T Unix distribution for \ + many years, and has been used to manage projects involving 20 \ + million lines of code!" + +HOMEPAGE = "http://cscope.sourceforge.net/" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b" + +inherit autotools + +DEPENDS += "ncurses" + +SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/v${PV}/${BP}.tar.gz" + +SRC_URI[md5sum] = "16f3cce078b6c0e42299def4028eea6f" +SRC_URI[sha256sum] = "c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159" -- cgit v1.2.3-54-g00ecf