diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-08 05:41:07 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-09 14:05:37 -0800 |
| commit | 274f439365f54baa2efbfdb65861f83628ce0cca (patch) | |
| tree | af8949b973201e9ec56b4a222ef22750e73e7c4b /meta-oe/recipes-devtools/cscope/cscope_15.9.bb | |
| parent | 06fda830525bf2ad6e2088b56c7d9b43c0ed05c2 (diff) | |
| download | meta-openembedded-274f439365f54baa2efbfdb65861f83628ce0cca.tar.gz | |
cscope: upgrade 15.8b -> 15.9
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/cscope/cscope_15.9.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/cscope/cscope_15.9.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | # Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "Cscope is a text screen based source browser" | ||
| 5 | DESCRIPTION = "Cscope is a developer's tool for browsing source code. \ | ||
| 6 | It has an impeccable Unix pedigree, having been originally \ | ||
| 7 | developed at Bell Labs back in the days of the PDP-11. \ | ||
| 8 | Cscope was part of the official AT&T Unix distribution for \ | ||
| 9 | many years, and has been used to manage projects involving 20 \ | ||
| 10 | million lines of code!" | ||
| 11 | |||
| 12 | HOMEPAGE = "http://cscope.sourceforge.net/" | ||
| 13 | |||
| 14 | LICENSE = "BSD-3-Clause" | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b" | ||
| 16 | |||
| 17 | inherit autotools | ||
| 18 | |||
| 19 | DEPENDS += "ncurses" | ||
| 20 | |||
| 21 | SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/v${PV}/${BP}.tar.gz" | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "16f3cce078b6c0e42299def4028eea6f" | ||
| 24 | SRC_URI[sha256sum] = "c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159" | ||
