diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-24 15:31:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-26 13:00:23 +0200 |
commit | e2801b9e195dd5b1d8fc4ea0297c1ea81a49b1af (patch) | |
tree | a0d1570cd0238b0f148edb314c21efbf659d8082 /meta-oe/recipes-support | |
parent | 58534dfb1cf10552f89d81a84dcdfc37704a2c8a (diff) | |
download | meta-openembedded-e2801b9e195dd5b1d8fc4ea0297c1ea81a49b1af.tar.gz |
vala-terminal: inherit vala
* we need to export XDG_DATA_DIRS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 5 |
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 @@ | |||
1 | DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala." | 1 | DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala." |
2 | SECTION = "x11/applications" | 2 | SECTION = "x11/applications" |
3 | DEPENDS = "vala-native vte" | 3 | DEPENDS = "vte" |
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" |
7 | PV = "1.3+gitr${SRCPV}" | 7 | PV = "1.3+gitr${SRCPV}" |
8 | PE = "1" | 8 | PE = "1" |
9 | PR = "r1" | ||
9 | 10 | ||
10 | inherit autotools perlnative | 11 | inherit autotools perlnative vala |
11 | 12 | ||
12 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" | 13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" |
13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |