diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-23 11:34:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-23 15:21:27 +0200 |
commit | 1cb7275961fd4bca3a6cb70e064ad6e6e1ff04d6 (patch) | |
tree | a46422f9eaecd2faedbbf924d622b6ff06784791 /meta-oe/recipes-support/toscoterm | |
parent | ce379427c7197fd5b007195aebc02c9b123326cf (diff) | |
download | meta-openembedded-1cb7275961fd4bca3a6cb70e064ad6e6e1ff04d6.tar.gz |
gnome-terminal, toscoterm, vala-terminal, xfce4-terminal: use vte9
geany-plugins seems to compile fine with new vte: that recipe was
not modified. gnome-terminal and vala-terminal are currently
blacklisted for other reasons.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/toscoterm')
-rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 24f813b62..6b31fd6c4 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A very small and simple terminal emulator" | 1 | SUMMARY = "A very small and simple terminal emulator" |
2 | SECTION = "x11/applications" | 2 | SECTION = "x11/applications" |
3 | DEPENDS = "vte" | 3 | DEPENDS = "vte9" |
4 | 4 | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa94530026bd15229" | 6 | LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa94530026bd15229" |