mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 15:15:00 +02:00
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
19 lines
576 B
BlitzBasic
19 lines
576 B
BlitzBasic
DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
|
|
SECTION = "x11/applications"
|
|
DEPENDS = "vala-native vte"
|
|
SRCREV = "6cfb8bf8eb1a3812e39fac10a4810b6680fa066a"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
PV = "1.1.1+gitr${SRCPV}"
|
|
PE = "1"
|
|
PR = "r1"
|
|
|
|
inherit autotools perlnative
|
|
|
|
SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_${PN} = "ttf-liberation-mono"
|
|
RREPLACES_${PN} = "openmoko-terminal2"
|
|
RPROVIDES_${PN} = "openmoko-terminal2"
|