diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 0000000000..1900b6fcb5 --- /dev/null +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala." | ||
| 2 | SECTION = "x11/applications" | ||
| 3 | DEPENDS = "vala-native vte" | ||
| 4 | SRCREV = "6cfb8bf8eb1a3812e39fac10a4810b6680fa066a" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 7 | PV = "1.1.1+gitr${SRCPV}" | ||
| 8 | PE = "1" | ||
| 9 | PR = "r1" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "ttf-liberation-mono" | ||
| 17 | RREPLACES_${PN} = "openmoko-terminal2" | ||
| 18 | RPROVIDES_${PN} = "openmoko-terminal2" | ||
