mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
a45c9603be
Due to quarks with the way bitbake handles variable key values, the
hard coded FILES_vte-dbg or automatic FILES_${PN}-dbg could replace
each other, leaving the system in an inconsistent state.
(From OE-Core rev: 7846f68537a942d340d5931e23a4fceb84b6edcb)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
587 B
PHP
17 lines
587 B
PHP
DESCRIPTION = "vte is a virtual terminal emulator"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
|
LICENSE = "LGPLv2.1+"
|
|
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
inherit gnome gtk-doc
|
|
|
|
EXTRA_OECONF = "--disable-python --disable-introspection"
|
|
|
|
PACKAGES =+ "libvte vte-termcap"
|
|
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
|
FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \
|
|
${libdir}/.debug"
|
|
FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
|
|
|