diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 2 |
2 files changed, 2 insertions, 2 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" |
diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index 07ff31820..ef0cfaf00 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala" | 1 | SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala" |
2 | SECTION = "x11/applications" | 2 | SECTION = "x11/applications" |
3 | DEPENDS = "vte intltool-native" | 3 | DEPENDS = "vte9 intltool-native" |
4 | SRCREV = "0fefa38087581f85fa0631b40500b9428369c146" | 4 | SRCREV = "0fefa38087581f85fa0631b40500b9428369c146" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |