summaryrefslogtreecommitdiff
path: root/cscope/cscope_15.5.oe
blob: 2e6590f1e0f2c1713d17642c19d8ef9fcbd69190 (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 libncurses"

SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz

inherit autotools

do_compile () {
	oe_runmake 'LDFLAGS=${LDFLAGS}'
}