blob: 922dfc776322973d1fc83dc7a5d5d213e65afdfd [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "curses-based interface to GDB"
2DESCRIPTION = "cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB)."
3HOMEPAGE = "http://cgdb.github.io/"
4SECTION = "devel"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8DEPENDS = "flex-native readline ncurses"
9
10inherit autotools texinfo
11
Patrick Williamse760df82023-05-26 11:10:49 -050012SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \
13 file://0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000014SRC_URI[sha256sum] = "0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1"
15
16CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes"
17EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \
18 --with-ncurses=${STAGING_LIBDIR}"
19
20RDEPENDS:${PN} = "gdb"