summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb5
1 files changed, 3 insertions, 2 deletions
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 e81e95240..4e7653404 100644
--- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
+++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
@@ -1,13 +1,14 @@
1DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala." 1DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
2SECTION = "x11/applications" 2SECTION = "x11/applications"
3DEPENDS = "vala-native vte" 3DEPENDS = "vte"
4SRCREV = "0fefa38087581f85fa0631b40500b9428369c146" 4SRCREV = "0fefa38087581f85fa0631b40500b9428369c146"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7PV = "1.3+gitr${SRCPV}" 7PV = "1.3+gitr${SRCPV}"
8PE = "1" 8PE = "1"
9PR = "r1"
9 10
10inherit autotools perlnative 11inherit autotools perlnative vala
11 12
12SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" 13SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"