mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
db6489c2fa
cgdb is a lightweight ncurses-based interface to gdb that provides syntax highlighting, visual breakpoints, and other features. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
547 B
BlitzBasic
17 lines
547 B
BlitzBasic
SUMMARY = "curses-based interface to gdb"
|
|
HOMEPAGE = "http://cgdb.github.io/"
|
|
SECTION = "devel"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
DEPENDS = "readline ncurses gdb"
|
|
|
|
SRC_URI = "http://cgdb.me/files/cgdb-${PV}.tar.gz \
|
|
file://configfix.patch"
|
|
SRC_URI[md5sum] = "e2d9a973d2683faf8130a82703bf6a31"
|
|
SRC_URI[sha256sum] = "074ed31d1e827a04574add8c27d391447d75313e85ff938005d8ec939499fda9"
|
|
|
|
EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} --with-ncurses=${STAGING_LIBDIR}"
|
|
|
|
inherit autotools
|
|
|