From 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:51:41 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../vala-terminal/vala-terminal_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb (limited to 'meta-oe/recipes-support/vala-terminal') 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 000000000..07ff31820 --- /dev/null +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala" +SECTION = "x11/applications" +DEPENDS = "vte intltool-native" +SRCREV = "0fefa38087581f85fa0631b40500b9428369c146" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +PV = "1.3+gitr${SRCPV}" +PE = "1" +PR = "r1" + +PNBLACKLIST[vala-terminal] ?= "BROKEN: Doesn't work with B!=S, touch: cannot touch `src/.stamp': No such file or directory" + +inherit autotools perlnative vala + +SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "ttf-liberation-mono" +RREPLACES_${PN} = "openmoko-terminal2" +RPROVIDES_${PN} = "openmoko-terminal2" -- cgit v1.2.3-54-g00ecf