diff options
Diffstat (limited to 'cscope')
-rw-r--r-- | cscope/cscope_15.5.bb | 0 | ||||
-rw-r--r-- | cscope/cscope_15.5.oe | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/cscope/cscope_15.5.bb b/cscope/cscope_15.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cscope/cscope_15.5.bb diff --git a/cscope/cscope_15.5.oe b/cscope/cscope_15.5.oe deleted file mode 100644 index 9d41997a60..0000000000 --- a/cscope/cscope_15.5.oe +++ /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}' -} |