diff options
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 14 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.24.3.bb | 5 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc new file mode 100644 index 0000000000..6138f8ca01 --- /dev/null +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "vte is a virtual terminal emulator" | ||
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | ||
5 | RDEPENDS_libvte = "vte-termcap" | ||
6 | |||
7 | inherit gnome | ||
8 | |||
9 | EXTRA_OECONF = "--disable-gtk-doc --disable-python" | ||
10 | |||
11 | PACKAGES =+ "libvte vte-termcap" | ||
12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | ||
13 | FILES_vte-dbg =+ ${libexecdir}/.debug" | ||
14 | FILES_vte-termcap = "${datadir}/vte/termcap" | ||
diff --git a/meta/recipes-support/vte/vte_0.24.3.bb b/meta/recipes-support/vte/vte_0.24.3.bb new file mode 100644 index 0000000000..1953101f82 --- /dev/null +++ b/meta/recipes-support/vte/vte_0.24.3.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require vte.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | |||
5 | PR = "r0" | ||